aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/script_e2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/script_e2.cpp')
-rw-r--r--engines/agos/script_e2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agos/script_e2.cpp b/engines/agos/script_e2.cpp
index 597960a67b..ee73c0f771 100644
--- a/engines/agos/script_e2.cpp
+++ b/engines/agos/script_e2.cpp
@@ -294,7 +294,7 @@ void AGOSEngine::oe2_printStats() {
val = 99;
writeChar(window, 10, 134, 0, val);
- // HP
+ // PP
val = _variableArray[22];
if (val < -99)
val = -99;
@@ -302,7 +302,7 @@ void AGOSEngine::oe2_printStats() {
val = 99;
writeChar(window, 16, 134, 6, val);
- // PP
+ // HP
val = _variableArray[23];
if (val < -99)
val = -99;