Fix fixed spelling :)

svn-id: r25803
This commit is contained in:
Max Horn 2007-02-23 00:40:24 +00:00
parent 73c23077cd
commit 4624837448

View File

@ -94,8 +94,7 @@ void Parallaction::parseLocation(const char *filename) {
} else
background = _tokens[1];
// WORKAROUND: the original code errorneously incremented
// WORKAROUND: the original code erroneously incremented
// _currentLocationIndex, thus producing inconsistent
// savegames. This workaround modified the following loop
// and if-statement, so the code exactly matches the one