aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vmenu.cpp
diff options
context:
space:
mode:
authorStrangerke2011-07-05 23:13:12 +0200
committerAlyssa Milburn2011-07-07 09:23:09 +0200
commitc86c62b288dd3c8a1a630864142f99b177e4db3a (patch)
tree90adc86071d51b69a8ca861d8506c58baee52a5e /engines/cge/vmenu.cpp
parent2997db0040d4c4e7ead02f37d8e7bd2c0ce6b206 (diff)
downloadscummvm-rg350-c86c62b288dd3c8a1a630864142f99b177e4db3a.tar.gz
scummvm-rg350-c86c62b288dd3c8a1a630864142f99b177e4db3a.tar.bz2
scummvm-rg350-c86c62b288dd3c8a1a630864142f99b177e4db3a.zip
CGE: Cleanup and renaming. Also move some static and global functions to CGEEngine.
Diffstat (limited to 'engines/cge/vmenu.cpp')
-rw-r--r--engines/cge/vmenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/vmenu.cpp b/engines/cge/vmenu.cpp
index 49dbbbdab6..8fef6307b1 100644
--- a/engines/cge/vmenu.cpp
+++ b/engines/cge/vmenu.cpp
@@ -119,7 +119,7 @@ Vmenu::Vmenu(CGEEngine *vm, Choice *list, int x, int y)
}
-Vmenu::~Vmenu(void) {
+Vmenu::~Vmenu() {
_addr = NULL;
}