mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
Correct variables from INT8 to INT16
This commit is contained in:
+4
-4
@@ -735,11 +735,11 @@ UINT32 MainGameScreenHandle(void)
|
||||
|
||||
if ( !ARE_IN_FADE_IN( ) )
|
||||
{
|
||||
HandleAutoBandagePending( );
|
||||
HandleAutoBandagePending( );
|
||||
|
||||
#ifdef JA2UB
|
||||
HandleThePlayerBeNotifiedOfSomeoneElseInSector();
|
||||
#endif
|
||||
#ifdef JA2UB
|
||||
HandleThePlayerBeNotifiedOfSomeoneElseInSector();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user