aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/platdefs.h
diff options
context:
space:
mode:
authorRetro-Junk2016-07-31 00:59:30 +0300
committerEugene Sandulenko2017-01-25 22:41:53 +0100
commit59c90d21ad8f1f1e741cfb4bed3e9e099b37766a (patch)
treef7675de1c40311f3f20996eac50198aa0f95e0fb /engines/cryo/platdefs.h
parentecf0d041045214933b9ef10d490bf62f3c7add99 (diff)
downloadscummvm-rg350-59c90d21ad8f1f1e741cfb4bed3e9e099b37766a.tar.gz
scummvm-rg350-59c90d21ad8f1f1e741cfb4bed3e9e099b37766a.tar.bz2
scummvm-rg350-59c90d21ad8f1f1e741cfb4bed3e9e099b37766a.zip
CRYO: Prettify code with AStyle
Diffstat (limited to 'engines/cryo/platdefs.h')
-rw-r--r--engines/cryo/platdefs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/cryo/platdefs.h b/engines/cryo/platdefs.h
index 8e4d0a3d05..98e3d7665e 100644
--- a/engines/cryo/platdefs.h
+++ b/engines/cryo/platdefs.h
@@ -6,18 +6,18 @@
typedef Common::File file_t;
struct filespec_t {
-char create;
-char name[260];
+ char create;
+ char name[260];
};
#if 1
-const int subtitles_x_margin = 16; //PC
+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 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);