mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Fix build warnings and errors
This commit is contained in:
parent
d5d5c7a55d
commit
4775f29194
2 changed files with 2 additions and 2 deletions
|
@ -4146,7 +4146,7 @@ void ClientGameCommandManager::StopLoopSound(Event* ev)
|
|||
}
|
||||
|
||||
Com_Printf("\n\nClientGameCommandManager::StopLoopSound\n\n");
|
||||
current_centity->tikiLoopSound = NULL;
|
||||
current_centity->tikiLoopSound = (sfxHandle_t)0;
|
||||
}
|
||||
|
||||
//===============
|
||||
|
|
|
@ -570,7 +570,7 @@ void CG_GetRendererConfig(void)
|
|||
cgi.GetGlconfig(&cgs.glconfig);
|
||||
cgs.screenXScale = cgs.glconfig.vidWidth / 640.0;
|
||||
cgs.screenYScale = cgs.glconfig.vidHeight / 480.0;
|
||||
cgi.UI_GetHighResolutionScale(&cgs.uiHiResScale);
|
||||
cgi.UI_GetHighResolutionScale(cgs.uiHiResScale);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue