project_files/frontlib/hwconsts.h
author Medo <smaxein@googlemail.com>
Tue, 12 Jun 2012 11:25:05 +0200
changeset 7224 5143861c83bd
parent 7179 f84805e6df03
child 7230 240620f46dd7
permissions -rw-r--r--
Cleanup, refactoring and generally more development in the frontlib

/**
 * 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
#define AMMOLINE_DEFAULT_QT     "9391929422199121032235111001201000000211110101011111011"
#define AMMOLINE_DEFAULT_PROB   "0405040541600655546554464776576666666155510101115411011"
#define AMMOLINE_DEFAULT_DELAY  "0000000000000205500000040007004000000000220000000600000"
#define AMMOLINE_DEFAULT_CRATE  "1311110312111111123114111111111111111211111101111111010"

#endif