diff -r 038e3415100a -r bf6cf4dd847a project_files/frontlib/hwconsts.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/project_files/frontlib/hwconsts.h Fri Jun 08 19:52:24 2012 +0200 @@ -0,0 +1,19 @@ +/** + * This file contains important constants which might need to be changed to adapt to + * changes in the engine or protocols. + */ + +#ifndef HWCONSTS_H_ +#define HWCONSTS_H_ + +#define HEDGEHOGS_PER_TEAM 8 +#define NETGAME_DEFAULT_PORT 46631 + + +#define WEAPONS_COUNT 55 +#define AMMOLINE_DEFAULT_QT "9391929422199121032235111001201000000211110101011111011" +#define AMMOLINE_DEFAULT_PROB "0405040541600655546554464776576666666155510101115411011" +#define AMMOLINE_DEFAULT_DELAY "0000000000000205500000040007004000000000220000000600000" +#define AMMOLINE_DEFAULT_CRATE "1311110312111111123114111111111111111211111101111111010" + +#endif