diff _deleted.cpp @ 2214:20995bb8895a

GameResultsApply() full refactored
author Ritor1
date Thu, 13 Feb 2014 23:02:32 +0600
parents e1e4a8a20b5f
children 3f375342de12
line wrap: on
line diff
--- a/_deleted.cpp	Thu Feb 13 17:34:47 2014 +0600
+++ b/_deleted.cpp	Thu Feb 13 23:02:32 2014 +0600
@@ -13873,8 +13873,8 @@
       {
         pArcomageGame->GameOver = 1;
         pArcomageGame->field_F4 = 1;
-        pArcomageGame->uGameResult = 2;
-        pArcomageGame->field_B0 = -2;
+        pArcomageGame->uGameWinner = 2;
+        pArcomageGame->Victory_type = -2;
         return DefWindowProcW(hWnd, uMsg, wParam, lParam);
       }
       if ( wParam != 114 )