equal
deleted
inserted
replaced
|
1 /** |
|
2 * This file contains important constants which might need to be changed to adapt to |
|
3 * changes in the engine or protocols. |
|
4 */ |
|
5 |
|
6 #ifndef HWCONSTS_H_ |
|
7 #define HWCONSTS_H_ |
|
8 |
|
9 #define HEDGEHOGS_PER_TEAM 8 |
|
10 #define NETGAME_DEFAULT_PORT 46631 |
|
11 |
|
12 |
|
13 #define WEAPONS_COUNT 55 |
|
14 #define AMMOLINE_DEFAULT_QT "9391929422199121032235111001201000000211110101011111011" |
|
15 #define AMMOLINE_DEFAULT_PROB "0405040541600655546554464776576666666155510101115411011" |
|
16 #define AMMOLINE_DEFAULT_DELAY "0000000000000205500000040007004000000000220000000600000" |
|
17 #define AMMOLINE_DEFAULT_CRATE "1311110312111111123114111111111111111211111101111111010" |
|
18 |
|
19 #endif |