author | Medo <smaxein@googlemail.com> |
Fri, 15 Jun 2012 19:57:25 +0200 | |
changeset 7230 | 240620f46dd7 |
parent 7179 | f84805e6df03 |
child 7234 | 613998625a3c |
permissions | -rw-r--r-- |
/** * 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 GAMEMOD_PERHOGAMMO_MASKBIT 22 #define GAMEMOD_SHAREDAMMO_MASKBIT 16 #define WEAPONS_COUNT 55 #endif