Fixed openmohaa.exe compilation (only 102 linker errors)

This commit is contained in:
L 2023-05-07 21:28:54 +02:00
parent 7030c23994
commit 72f090b289
29 changed files with 5413 additions and 2738 deletions

View file

@ -1186,7 +1186,7 @@ void IN_Frame( void )
IN_JoyMove( );
// If not DISCONNECTED (main menu) or ACTIVE (in game), we're loading
loading = ( clc.state != CA_DISCONNECTED && clc.state != CA_ACTIVE );
loading = ( cls.state != CA_DISCONNECTED && cls.state != CA_ACTIVE );
// update isFullscreen since it might of changed since the last vid_restart
cls.glconfig.isFullscreen = Cvar_VariableIntegerValue( "r_fullscreen" ) != 0;