diff GUIWindow.cpp @ 981:a6ef7125f6e4

Autonotes & GameState
author Nomad
date Sat, 11 May 2013 01:28:06 +0200
parents c8a0f6d89c70
children d982fffb8b96
line wrap: on
line diff
--- a/GUIWindow.cpp	Thu May 09 21:19:59 2013 +0600
+++ b/GUIWindow.cpp	Sat May 11 01:28:06 2013 +0200
@@ -577,6 +577,8 @@
       num_achieved_awards_2 = v12;
       }
       break;
+
+
   case WINDOW_AutonotesBook:
       {
       pTexture_AutonotesBook   = pIcons_LOD->LoadTexturePtr("sbautnot", TEXTURE_16BIT_PALETTE);
@@ -612,7 +614,7 @@
       num_achieved_awards = 0;
       while ( v10 < 196 )
           {
-          if ( dword_506568 == pAutonoteTxt[v10-1].eType)//dword_72371C[2 * v10] )
+          if ( _506568_autonote_type == pAutonoteTxt[v10-1].eType)//dword_72371C[2 * v10] )
               {
               //v25 = (&dword_723718_autonote_related)[8 * (signed __int16)v10];
               v25 = (char *)pAutonoteTxt[v10-1].pText;