diff options
Diffstat (limited to 'common/platform.h')
-rw-r--r-- | common/platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/platform.h b/common/platform.h index 72f0991409..ac8772fa94 100644 --- a/common/platform.h +++ b/common/platform.h @@ -35,7 +35,7 @@ class String; * game in question. */ enum Platform { - kPlatformPC, + kPlatformDOS, kPlatformAmiga, kPlatformAtariST, kPlatformMacintosh, |