[Scummvm-git-logs] scummvm master -> bf46d8e6770ef4f64d2e9bf7b280c22bafdd43ac
sev-
sev at scummvm.org
Sat Oct 24 22:56:54 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
bf46d8e677 TWINE: Another compilation fix
Commit: bf46d8e6770ef4f64d2e9bf7b280c22bafdd43ac
https://github.com/scummvm/scummvm/commit/bf46d8e6770ef4f64d2e9bf7b280c22bafdd43ac
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-25T00:56:38+02:00
Commit Message:
TWINE: Another compilation fix
Changed paths:
engines/twine/gamestate.cpp
diff --git a/engines/twine/gamestate.cpp b/engines/twine/gamestate.cpp
index 9fb6d52f2b..53eb90dcaa 100644
--- a/engines/twine/gamestate.cpp
+++ b/engines/twine/gamestate.cpp
@@ -49,7 +49,9 @@ namespace TwinE {
#define SAVE_DIR "save/"
-GameState::GameState(TwinEEngine *engine) : _engine(engine) {}
+GameState::GameState(TwinEEngine *engine) {
+ _engine = engine;
+}
void GameState::initEngineProjections() {
_engine->_renderer->setOrthoProjection(311, 240, 512);
More information about the Scummvm-git-logs
mailing list