ZVISION: Fix typo in format string

This commit is contained in:
richiesams 2013-08-02 10:00:24 -05:00
parent 8e3ffdece8
commit 4729641cf9

View File

@ -148,7 +148,7 @@ void ScriptManager::changeLocation(char world, char room, char node, char view,
_activeControls.clear();
// Parse into puzzles and controls
Common::String fileName = Common::String::format("%c%c%c&c.scr", world, room, node, view);
Common::String fileName = Common::String::format("%c%c%c%c.scr", world, room, node, view);
parseScrFile(fileName);
// Create the puzzle reference table