Fix spelling.

svn-id: r25802
This commit is contained in:
Eugene Sandulenko 2007-02-23 00:30:50 +00:00
parent b6fdf74a25
commit 73c23077cd

View File

@ -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