From 4578f9afa56fb92434206d817b67591fbe0186c6 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 5 Nov 2006 01:52:56 +0000 Subject: Typo svn-id: r24620 --- engines/agos/script_e2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') 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; -- cgit v1.2.3