aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/script.h
diff options
context:
space:
mode:
authorlukaslw2014-10-09 00:34:21 +0200
committerlukaslw2014-10-09 00:34:21 +0200
commitf80d72d10ae78c29b21a4ca0533a2f1b05e729ac (patch)
tree23b24d274a66dff5e4a088d2dcf47a7ee33bfd0b /engines/prince/script.h
parentebd417fef4b56a2d1e0c8fa39e0d9766a4c2ed2d (diff)
downloadscummvm-rg350-f80d72d10ae78c29b21a4ca0533a2f1b05e729ac.tar.gz
scummvm-rg350-f80d72d10ae78c29b21a4ca0533a2f1b05e729ac.tar.bz2
scummvm-rg350-f80d72d10ae78c29b21a4ca0533a2f1b05e729ac.zip
PRINCE: script.h - small comment correction
Diffstat (limited to 'engines/prince/script.h')
-rw-r--r--engines/prince/script.h4
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();