aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision
diff options
context:
space:
mode:
authorrichiesams2013-08-28 09:17:23 -0500
committerrichiesams2013-08-28 16:44:41 -0500
commit952fb83793fb99a3e8d7db849a4b66f830e4e3ad (patch)
tree0ac650223f31d4015e752d0fd80f04af298a0892 /engines/zvision
parentce9e9a55c6969ca1127f00f5d5a22e0c0c0bc046 (diff)
downloadscummvm-rg350-952fb83793fb99a3e8d7db849a4b66f830e4e3ad.tar.gz
scummvm-rg350-952fb83793fb99a3e8d7db849a4b66f830e4e3ad.tar.bz2
scummvm-rg350-952fb83793fb99a3e8d7db849a4b66f830e4e3ad.zip
ZVISION: Fix: Change infndef to correct constant
Diffstat (limited to 'engines/zvision')
-rw-r--r--engines/zvision/lever_control.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/zvision/lever_control.h b/engines/zvision/lever_control.h
index cf41aac6b3..d359318d2f 100644
--- a/engines/zvision/lever_control.h
+++ b/engines/zvision/lever_control.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef ZVISION_PUSH_TOGGLE_CONTROL_H
-#define ZVISION_PUSH_TOGGLE_CONTROL_H
+#ifndef ZVISION_LEVER_CONTROL_H
+#define ZVISION_LEVER_CONTROL_H
#include "common/types.h"