Add code for save game interface in FF

svn-id: r21843
This commit is contained in:
Travis Howell 2006-04-13 14:26:46 +00:00
parent e9034e274f
commit 89c89c0209
7 changed files with 183 additions and 81 deletions

View file

@ -2886,7 +2886,7 @@ void SimonEngine::delete_hitarea_by_index(uint index) {
void SimonEngine::windowPutChar(uint a) {
if (_textWindow != _windowArray[0])
videoPutchar(_textWindow, a);
windowPutChar(_textWindow, a);
}
void SimonEngine::clearWindow(WindowBlock *window) {