aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vmenu.cpp
diff options
context:
space:
mode:
authorStrangerke2012-07-04 23:36:11 +0200
committerStrangerke2012-07-05 21:31:43 +0200
commit14a59b97b289416bc124985e7b5f3b45d8e7a7e0 (patch)
tree9b35966116988a902b4784d3bda2b599fa58a80a /engines/cge/vmenu.cpp
parentb1cc34a080ff31fb22ab466624a99c0cdaeb51c1 (diff)
downloadscummvm-rg350-14a59b97b289416bc124985e7b5f3b45d8e7a7e0.tar.gz
scummvm-rg350-14a59b97b289416bc124985e7b5f3b45d8e7a7e0.tar.bz2
scummvm-rg350-14a59b97b289416bc124985e7b5f3b45d8e7a7e0.zip
CGE: Silent some CppCheck warnings
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 84b557f4a6..910e54d267 100644
--- a/engines/cge/vmenu.cpp
+++ b/engines/cge/vmenu.cpp
@@ -63,7 +63,7 @@ Vmenu *Vmenu::_addr = NULL;
int Vmenu::_recent = -1;
Vmenu::Vmenu(CGEEngine *vm, Choice *list, int x, int y)
- : Talk(vm, VMGather(list), kTBRect), _menu(list), _bar(NULL), _vm(vm) {
+ : Talk(vm, VMGather(list), kTBRect), _menu(list), _bar(NULL), _vmgt(NULL), _vm(vm) {
Choice *cp;
_addr = this;