aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/cryo.cpp
diff options
context:
space:
mode:
authorStrangerke2016-09-29 07:43:13 +0200
committerEugene Sandulenko2017-01-25 22:41:56 +0100
commit2e8b3e9462a89ef81d4a3a7e19db4d5482ebe1d8 (patch)
treee675c156bdb5bfc920bb2fceb1a9361c628fa4a8 /engines/cryo/cryo.cpp
parent6c6eff6c400e0a33a3d664e406ce4e7e2790c0c7 (diff)
downloadscummvm-rg350-2e8b3e9462a89ef81d4a3a7e19db4d5482ebe1d8.tar.gz
scummvm-rg350-2e8b3e9462a89ef81d4a3a7e19db4d5482ebe1d8.tar.bz2
scummvm-rg350-2e8b3e9462a89ef81d4a3a7e19db4d5482ebe1d8.zip
CRYO: Renaming, replace rect_t by Common::Rect
Diffstat (limited to 'engines/cryo/cryo.cpp')
-rw-r--r--engines/cryo/cryo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cryo/cryo.cpp b/engines/cryo/cryo.cpp
index 7e226f8684..24af6bf107 100644
--- a/engines/cryo/cryo.cpp
+++ b/engines/cryo/cryo.cpp
@@ -95,7 +95,7 @@ Common::Error CryoEngine::run() {
// This test will show up if --debugflags=example or --debugflags=example2 or both of them and -d3 are specified on the commandline
debugC(3, kCryoDebugExample | kCryoDebugExample2, "Example debug call two");
- game.run();
+ _game.run();
return Common::kNoError;
}