aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/sword1.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword1/sword1.h')
-rw-r--r--engines/sword1/sword1.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/sword1/sword1.h b/engines/sword1/sword1.h
index 798e26d541..0052c576ec 100644
--- a/engines/sword1/sword1.h
+++ b/engines/sword1/sword1.h
@@ -63,6 +63,7 @@ struct SystemVars {
uint8 showText;
uint8 language;
bool isDemo;
+ bool isMac;
uint8 cutscenePackVersion;
};
@@ -100,7 +101,8 @@ private:
Music *_music;
Control *_control;
static const uint8 _cdList[TOTAL_SECTIONS];
- static const CdFile _cdFileList[];
+ static const CdFile _pcCdFileList[];
+ static const CdFile _macCdFileList[];
};
} // End of namespace Sword1