HANDHELD: add ifdef for mapversion

This commit is contained in:
Steam Deck User 2023-01-19 01:52:07 -05:00
parent ec268bebb2
commit 97d76846a3

View file

@ -50,7 +50,9 @@ float coop;
void(string com) SV_ParseClientCommand;
.float gravity;
.float recoil_delay;
#ifndef HANDHELD
.float mapversion;
#endif
.float ammo;
#endif