rename game -> g_game

This commit is contained in:
Garux
2021-09-13 18:49:09 +03:00
parent 5c5f698c28
commit dbeb2d0718
18 changed files with 99 additions and 99 deletions

View File

@@ -523,7 +523,7 @@ void EmitFogs( void ){
}
/* warn about overflow */
if( strEqual( game->bspIdent, "RBSP" ) ){
if( strEqual( g_game->bspIdent, "RBSP" ) ){
if( numMapFogs > MAX_RBSP_FOGS )
Sys_Warning( "MAX_RBSP_FOGS (%i) exceeded (%i). Visual inconsistencies are expected.\n", MAX_RBSP_FOGS, numMapFogs );
}