diff options
Diffstat (limited to 'engines/parallaction/location.cpp')
-rw-r--r-- | engines/parallaction/location.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/location.cpp b/engines/parallaction/location.cpp index ae2964f3a3..f374cf73ea 100644 --- a/engines/parallaction/location.cpp +++ b/engines/parallaction/location.cpp @@ -95,7 +95,7 @@ void Parallaction::parseLocation(const char *filename) { background = _tokens[1]; - // WORKAROUND: the original code erraneously incremented + // WORKAROUND: the original code errorneously incremented // _currentLocationIndex, thus producing inconsistent // savegames. This workaround modified the following loop // and if-statement, so the code exactly matches the one |