mirror of
https://github.com/nzp-team/quakec.git
synced 2025-01-19 07:40:51 +00:00
HANDHELD: add ifdef for mapversion
This commit is contained in:
parent
ec268bebb2
commit
97d76846a3
1 changed files with 2 additions and 0 deletions
|
@ -50,7 +50,9 @@ float coop;
|
|||
void(string com) SV_ParseClientCommand;
|
||||
.float gravity;
|
||||
.float recoil_delay;
|
||||
#ifndef HANDHELD
|
||||
.float mapversion;
|
||||
#endif
|
||||
.float ammo;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue