aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/sludge.h
diff options
context:
space:
mode:
authoryinsimei2017-07-10 22:10:26 +0200
committerEugene Sandulenko2017-07-13 18:27:45 +0200
commit389bd92ab9aedae14d6ce18a88153212ecb705b2 (patch)
tree8de3b6f9fb1fbcbd96f8379572d8104089b56ded /engines/sludge/sludge.h
parent2563180f11589213a816a2a6c3482ce308df922b (diff)
downloadscummvm-rg350-389bd92ab9aedae14d6ce18a88153212ecb705b2.tar.gz
scummvm-rg350-389bd92ab9aedae14d6ce18a88153212ecb705b2.tar.bz2
scummvm-rg350-389bd92ab9aedae14d6ce18a88153212ecb705b2.zip
SLUDGE: correct #define in header to match file name
Diffstat (limited to 'engines/sludge/sludge.h')
-rw-r--r--engines/sludge/sludge.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sludge/sludge.h b/engines/sludge/sludge.h
index 5ec197f915..03297ffffd 100644
--- a/engines/sludge/sludge.h
+++ b/engines/sludge/sludge.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef SLUDGE_H
-#define SLUDGE_H
+#ifndef SLUDGE_SLUDGE_H
+#define SLUDGE_SLUDGE_H
#include "common/random.h"
#include "engines/engine.h"