changeset 1942:e8d329651a2a

Fixing game unplayable after enchanting
author Grumpy7
date Thu, 24 Oct 2013 23:21:05 -0700
parents 1cbfb6e50e48
children c193d289f0a5
files GUIWindow.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/GUIWindow.cpp	Wed Oct 23 23:15:08 2013 -0700
+++ b/GUIWindow.cpp	Thu Oct 24 23:21:05 2013 -0700
@@ -342,6 +342,8 @@
         pIcons_LOD->SyncLoadedFilesCount();
         pCurrentScreen = pMainScreenNum;
 		}
+  case WINDOW_null:
+    return;
 	default:
 		{
 		break;