aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/windows.h')
-rw-r--r--engines/macventure/windows.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/macventure/windows.h b/engines/macventure/windows.h
index fe3f9275d0..1727698ad4 100644
--- a/engines/macventure/windows.h
+++ b/engines/macventure/windows.h
@@ -27,7 +27,7 @@
#include "common/array.h"
namespace MacVenture {
- // massive HACK
+// massive HACK
typedef uint32 ObjID;
enum WindowReference {
@@ -92,7 +92,7 @@ struct BorderBounds {
uint16 bottomOffset;
BorderBounds(uint16 l, uint16 t, uint16 r, uint16 b) :
- leftOffset(l), topOffset(t), rightOffset(r), bottomOffset(b) {}
+ leftOffset(l), topOffset(t), rightOffset(r), bottomOffset(b) {}
};
}
#endif