Fix override usage

Former-commit-id: 989015db6a
This commit is contained in:
Henrique Gemignani Passos Lima
2022-11-08 16:23:03 +02:00
parent d6a754e555
commit 1dd0e2ad4d
40 changed files with 300 additions and 301 deletions

View File

@@ -228,7 +228,7 @@ public:
xef4_pendingScreenTex.xc_extent = extent;
}*/
const SOnScreenTex& GetPendingScreenTex() const { return xef4_pendingScreenTex; }
float IntegrateVisorFog(float f);
float IntegrateVisorFog(float f) const;
void QuitGame() { xf94_25_quitGame = true; }
bool GetWantsToQuit() const { return xf94_25_quitGame; }