aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/closing2.cpp
diff options
context:
space:
mode:
authoruruk2013-07-24 19:43:10 +0200
committeruruk2013-07-24 19:43:10 +0200
commit39dfddff1f3d35c889e1a0ea7053a4e648e036fa (patch)
tree62b9a4656f8cbf7576f9159537171563c9fd55f8 /engines/avalanche/closing2.cpp
parentc0823f3e79bb17369904f704a27fad8127faeb9e (diff)
downloadscummvm-rg350-39dfddff1f3d35c889e1a0ea7053a4e648e036fa.tar.gz
scummvm-rg350-39dfddff1f3d35c889e1a0ea7053a4e648e036fa.tar.bz2
scummvm-rg350-39dfddff1f3d35c889e1a0ea7053a4e648e036fa.zip
AVALANCHE: Change class variables to pointers, update everything accordingly.
Diffstat (limited to 'engines/avalanche/closing2.cpp')
-rw-r--r--engines/avalanche/closing2.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/engines/avalanche/closing2.cpp b/engines/avalanche/closing2.cpp
index 3336a5f954..431b1af82e 100644
--- a/engines/avalanche/closing2.cpp
+++ b/engines/avalanche/closing2.cpp
@@ -38,12 +38,9 @@
namespace Avalanche {
-Closing::Closing() {
- warning("STUB: Closing::Closing()");
-}
-
-void Closing::setParent(AvalancheEngine *vm) {
+Closing::Closing(AvalancheEngine *vm) {
_vm = vm;
+ warning("STUB: Closing::Closing()");
}
void Closing::get_screen(byte which) {