This commit is contained in:
parent
331861d7da
commit
66630be642
4 changed files with 21 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue