Improve match for CScriptSpecialFunction::Render

Former-commit-id: 80843df748
This commit is contained in:
Henrique Gemignani Passos Lima
2022-10-03 16:15:34 +03:00
parent 7c37170bb6
commit 3997f75e24
6 changed files with 42 additions and 22 deletions

View File

@@ -147,6 +147,7 @@ public:
xef4_pendingScreenTex.xc_extent = extent;
}
const SOnScreenTex& GetPendingScreenTex() const { return xef4_pendingScreenTex; }
float IntegrateVisorFog(float f);
void SetShouldQuitGame(bool should) { xf94_25_quitGame = should; }
void SetSkipCinematicSpecialFunction(TUniqueId id) { xf38_skipCineSpecialFunc = id; }