mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-11 14:42:05 +08:00
engine: rename Host_IsLocalGame to Host_IsSinglePlayerGame to avoid confusion
This commit is contained in:
+1
-1
@@ -330,7 +330,7 @@ typedef enum
|
||||
PARM_WATER_LEVEL = -8, // cl.local.water_level
|
||||
PARM_GET_WORLD_PTR = -9, // world
|
||||
PARM_LOCAL_HEALTH = -10, // cl.local.health
|
||||
PARM_LOCAL_GAME = -11,
|
||||
PARM_SINGLEPLAYER_GAME = -11, // was PARM_LOCAL_GAME
|
||||
PARM_NUMENTITIES = -12, // local game only
|
||||
PARM_GET_MOVEVARS_PTR = -13, // clgame.movevars
|
||||
PARM_GET_PALETTE_PTR = -14, // clgame.palette
|
||||
|
||||
Reference in New Issue
Block a user