mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-21 09:26:26 +00:00
Fix warning.
svn-id: r41128
This commit is contained in:
parent
ac544e73e9
commit
d94f920d50
@ -1611,7 +1611,7 @@ bool Console::cmdGCNormalize(int argc, const char **argv) {
|
||||
}
|
||||
|
||||
bool Console::cmdVMVarlist(int argc, const char **argv) {
|
||||
const char *varnames[] = {"global", "local", "temp", "param"};
|
||||
//const char *varnames[] = {"global", "local", "temp", "param"};
|
||||
|
||||
DebugPrintf("Addresses of variables in the VM:\n");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user