diff GUI/GUIWindow.cpp @ 2542:bacf9809126a

.
author a.parshin
date Sun, 10 May 2015 02:04:52 +0200
parents a902abdfc7f2
children b6140dfeac27
line wrap: on
line diff
--- a/GUI/GUIWindow.cpp	Sun May 10 01:29:11 2015 +0200
+++ b/GUI/GUIWindow.cpp	Sun May 10 02:04:52 2015 +0200
@@ -1693,7 +1693,7 @@
     pWindow = &pWindowList[pVisibleWindowsIdxs[i] - 1];
     switch (pWindow->eWindowType)
     {
-      case WINDOW_OptionsButtons:
+      case WINDOW_GameMenu:
       {
         pRenderer->DrawTextureIndexed(pViewport->uViewportTL_Y,
                                       pViewport->uViewportTL_X, pIcons_LOD->GetTexture(uTextureID_Options));