aboutsummaryrefslogtreecommitdiff
path: root/engines/griffon/griffon.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2019-08-28 16:47:29 +0200
committerEugene Sandulenko2019-11-13 22:07:08 +0100
commitc1accc049e2803c9ef4c5202f2fd9401d5e59432 (patch)
tree4c271d398d9ab875c73e3f829f706b06154768dc /engines/griffon/griffon.cpp
parent5fc1d7a6d881695dca14abac5ac4f00e4bc295e6 (diff)
downloadscummvm-rg350-c1accc049e2803c9ef4c5202f2fd9401d5e59432.tar.gz
scummvm-rg350-c1accc049e2803c9ef4c5202f2fd9401d5e59432.tar.bz2
scummvm-rg350-c1accc049e2803c9ef4c5202f2fd9401d5e59432.zip
GRIFFON: Variable renames
Diffstat (limited to 'engines/griffon/griffon.cpp')
-rw-r--r--engines/griffon/griffon.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/griffon/griffon.cpp b/engines/griffon/griffon.cpp
index 7ffc923b59..59174bcef5 100644
--- a/engines/griffon/griffon.cpp
+++ b/engines/griffon/griffon.cpp
@@ -47,11 +47,11 @@ GriffonEngine::GriffonEngine(OSystem *syst) : Engine(syst) {
_shouldQuit = false;
- menabled = true;
- musicchannel = -1;
- menuchannel = -1;
+ _menabled = true; // TODO. Sync with config
+ _musicchannel = -1;
+ _menuchannel = -1;
- loopseta = 0;
+ _loopseta = 0;
clouddeg = 0.0f;
}