Fixed potential crash

svn-id: r15758
This commit is contained in:
Chris Apers 2004-11-09 11:23:49 +00:00
parent d890d56502
commit 6854c86eb2

View File

@ -113,6 +113,7 @@ void OSystem_PALMOS::setWindowCaption(const char *caption) {
Coord h = FntLineHeight() + 2;
Coord w, y;
WinSetActiveWindow(WinGetDisplayWindow());
WinSetBackColor(0);
WinSetTextColor(255);