aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/background.h
diff options
context:
space:
mode:
authorStrangerke2013-10-04 18:00:56 +0200
committerStrangerke2013-10-04 18:00:56 +0200
commit221faca2868f4c1dae3e23e4ca608968c8042620 (patch)
treeb21b009fc40a88580a58eb63cb541b563f638c68 /engines/avalanche/background.h
parent1cbe175a74099a4ca54503933b12c84352a98e82 (diff)
downloadscummvm-rg350-221faca2868f4c1dae3e23e4ca608968c8042620.tar.gz
scummvm-rg350-221faca2868f4c1dae3e23e4ca608968c8042620.tar.bz2
scummvm-rg350-221faca2868f4c1dae3e23e4ca608968c8042620.zip
AVALANCHE: Fix ifndef check in header files
Diffstat (limited to 'engines/avalanche/background.h')
-rw-r--r--engines/avalanche/background.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/avalanche/background.h b/engines/avalanche/background.h
index f4fcd38b9b..be09cc4dd3 100644
--- a/engines/avalanche/background.h
+++ b/engines/avalanche/background.h
@@ -27,8 +27,8 @@
/* Original name: CELER The unit for updating the screen pics. */
-#ifndef AVALANCHE_CELER2_H
-#define AVALANCHE_CELER2_H
+#ifndef AVALANCHE_BACKGROUND_H
+#define AVALANCHE_BACKGROUND_H
#include "common/scummsys.h"
#include "common/file.h"
@@ -80,4 +80,4 @@ private:
} // End of namespace Avalanche.
-#endif // AVALANCHE_CELER2_H
+#endif // AVALANCHE_BACKGROUND_H