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, 2 insertions, 0 deletions
diff --git a/engines/agos/icons.cpp b/engines/agos/icons.cpp
index c0ca9c67fe..58599ce5f6 100644
--- a/engines/agos/icons.cpp
+++ b/engines/agos/icons.cpp
@@ -1039,6 +1039,7 @@ static const byte hitBarData[12 * 7] = {
0x3C, 0x89, 0xC3, 0x00, 0x88, 0x88, 0x18, 0x03, 0x86, 0x23, 0x0C, 0x00
};
+#ifdef ENABLE_PN
// Personal Nightmare specific
void AGOSEngine_PN::drawIconHitBar() {
Graphics::Surface *screen = _system->lockScreen();
@@ -1118,5 +1119,6 @@ void AGOSEngine_PN::printIcon(HitArea *ha, uint8 i, uint8 r) {
}
}
}
+#endif
} // End of namespace AGOS