author | Medo <smaxein@googlemail.com> |
Thu, 21 Jun 2012 21:32:12 +0200 | |
changeset 7269 | 5b0aeef8ba2a |
parent 7234 | 613998625a3c |
child 7275 | 15f722e0b96f |
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 PROTOCOL_VERSION 41 #define MIN_SERVER_VERSION 1 #define GAMEMOD_PERHOGAMMO_MASKBIT 22 #define GAMEMOD_SHAREDAMMO_MASKBIT 16 #define WEAPONS_COUNT 55 #endif