aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/platdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cryo/platdefs.h')
-rw-r--r--engines/cryo/platdefs.h52
1 files changed, 26 insertions, 26 deletions
diff --git a/engines/cryo/platdefs.h b/engines/cryo/platdefs.h
index 98e3d7665e..c011a5f62d 100644
--- a/engines/cryo/platdefs.h
+++ b/engines/cryo/platdefs.h
@@ -1,26 +1,26 @@
-#pragma once
-
-#if 1
-#include "common/file.h"
-
-typedef Common::File file_t;
-
-struct filespec_t {
- char create;
- char name[260];
-};
-
-#if 1
-const int subtitles_x_margin = 16; //PC
-const int subtitles_x_scr_margin = 16;
-const int space_width = 6;
-#define FAKE_DOS_VERSION
-#else
-const int subtitles_x_margin = 16; //MAC
-const int subtitles_x_scr_margin = 16; //MAC
-const int space_width = 4;
-#endif
-const int subtitles_x_width = (320 - subtitles_x_margin * 2);
-const int subtitles_x_center = subtitles_x_width / 2;
-
-#endif
+#pragma once
+
+#if 1
+#include "common/file.h"
+
+typedef Common::File file_t;
+
+struct filespec_t {
+ char create;
+ char name[260];
+};
+
+#if 1
+const int subtitles_x_margin = 16; //PC
+const int subtitles_x_scr_margin = 16;
+const int space_width = 6;
+#define FAKE_DOS_VERSION
+#else
+const int subtitles_x_margin = 16; //MAC
+const int subtitles_x_scr_margin = 16; //MAC
+const int space_width = 4;
+#endif
+const int subtitles_x_width = (320 - subtitles_x_margin * 2);
+const int subtitles_x_center = subtitles_x_width / 2;
+
+#endif