This commit is contained in:
Daveo 2001-05-09 17:30:40 +00:00
parent 331861d7da
commit 66630be642
4 changed files with 21 additions and 18 deletions

View file

@ -60,8 +60,10 @@ void CPlayerModeFly::enter()
Params:
Returns:
---------------------------------------------------------------------- */
#ifdef __USER_paul__
#if defined(__USER_paul__)
int playerflyspeed=5;
#elif defined(__USER_daveo__)
int playerflyspeed=10;
#else
static const int playerflyspeed=5;
#endif