aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hdb/gfx.h6
-rw-r--r--engines/hdb/map.h6
-rw-r--r--engines/hdb/window.h2
3 files changed, 7 insertions, 7 deletions
diff --git a/engines/hdb/gfx.h b/engines/hdb/gfx.h
index 21ccdc91c3..38243c2efe 100644
--- a/engines/hdb/gfx.h
+++ b/engines/hdb/gfx.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef HDB_DRAW_MANAGER_H
-#define HDB_DRAW_MANAGER_H
+#ifndef HDB_GFX_H
+#define HDB_GFX_H
#include "graphics/managed_surface.h"
@@ -269,4 +269,4 @@ private:
} // End of Namespace HDB
-#endif // !HDB_DRAW_MANAGER_H
+#endif // !HDB_GFX_H
diff --git a/engines/hdb/map.h b/engines/hdb/map.h
index f80f2d2213..89b9b86e18 100644
--- a/engines/hdb/map.h
+++ b/engines/hdb/map.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef HDB_MAP_LOADER_H
-#define HDB_MAP_LOADER_H
+#ifndef HDB_MAP_H
+#define HDB_MAP_H
namespace HDB {
@@ -183,4 +183,4 @@ private:
};
}
-#endif // !HDB_MAP_LOADER_H
+#endif // !HDB_MAP_H
diff --git a/engines/hdb/window.h b/engines/hdb/window.h
index e230477805..672cae5e09 100644
--- a/engines/hdb/window.h
+++ b/engines/hdb/window.h
@@ -142,7 +142,7 @@ struct DlvsInfo {
uint32 delay1, delay2, delay3;
bool go1, go2, go3;
- DlvsInfo() : x(0), y(0), width(0), height(0), active(false), selected(0),
+ DlvsInfo() : x(0), y(0), width(0), height(0), active(false), selected(0),
animate(false), delay1(0), delay2(0), delay3(0), go1(false), go2(false), go3(false) {}
};