aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/icons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/icons.cpp')
-rw-r--r--engines/agos/icons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/icons.cpp b/engines/agos/icons.cpp
index 7db2d85f21..0ee1d62fde 100644
--- a/engines/agos/icons.cpp
+++ b/engines/agos/icons.cpp
@@ -1044,7 +1044,7 @@ void AGOSEngine_PN::drawIconHitBar() {
Graphics::Surface *screen = _system->lockScreen();
byte *dst = (byte *)screen->pixels + 3 * screen->pitch + 6 * 8;
const byte *src = hitBarData;
- uint8 color = (getPlatform() == Common::kPlatformPC) ? 7 : 15;
+ uint8 color = (getPlatform() == Common::kPlatformDOS) ? 7 : 15;
for (int h = 0; h < 7; h++) {
for (int w = 0; w < 12; w++) {