minor fixes to NativeApp.cpp

This commit is contained in:
Henrik Rydgard 2013-05-31 23:12:48 +02:00
parent ab4987bc20
commit c9b3c7f7f9

View File

@ -459,6 +459,7 @@ void NativeMessageReceived(const char *message, const char *value)
pendingValue = value;
isMessagePending = true;
}
screenManager->sendMessage(message, value);
}
void NativeShutdownGraphics()
@ -480,7 +481,6 @@ void NativeShutdownGraphics()
void NativeShutdown()
{
i18nrepo.SaveIni("D:\\lang.ini");
g_gameInfoCache.Shutdown();
delete host;