diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/prince/script.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/prince/script.h b/engines/prince/script.h index 473163ed9a..fa7f9b7469 100644 --- a/engines/prince/script.h +++ b/engines/prince/script.h @@ -255,8 +255,8 @@ private: static const int kGiveLetterScriptFix = 79002; - // Keep opcode handlers names as they are in original code - // it easier to switch back and forth + // Keep opcode handlers names as they are in original code + // making it easier to switch back and forth void O_WAITFOREVER(); void O_BLACKPALETTE(); void O_SETUPPALETTE(); |