add some traces to track down an obscure crash

This commit is contained in:
Glenn Maynard
2002-12-28 22:26:06 +00:00
parent 4658ebff6b
commit 99c7352994
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -408,6 +408,7 @@ static void GameLoop()
switch(event.type)
{
case SDL_QUIT:
LOG->Trace("SDL_QUIT: shutting down");
return; /* exit the main loop */
case SDL_VIDEORESIZE:
DISPLAY->ResolutionChanged(event.resize.w, event.resize.h);