comparison mm7_2.cpp @ 2006:30c2b575d25c

signed fixes DamagePlayerFromMonster -1 indexing
author zipi
date Wed, 06 Nov 2013 13:06:02 +0000
parents 985fff9fb62d
children 664146d9b101
comparison
equal deleted inserted replaced
2005:8fa26b63244a 2006:30c2b575d25c
4715 default: return L"unk"; 4715 default: return L"unk";
4716 }; 4716 };
4717 }; 4717 };
4718 void SetCurrentMenuID(MENU_STATE uMenu) 4718 void SetCurrentMenuID(MENU_STATE uMenu)
4719 { 4719 {
4720 uCurrentMenuID = uMenu; 4720 sCurrentMenuID = uMenu;
4721 4721
4722 Log::Warning(L"CurrentMenu = %s", MENU_STATE_to_string(uMenu)); 4722 Log::Warning(L"CurrentMenu = %s", MENU_STATE_to_string(uMenu));
4723 } 4723 }
4724 4724
4725 //----- (00466CA0) -------------------------------------------------------- 4725 //----- (00466CA0) --------------------------------------------------------
4726 MENU_STATE GetCurrentMenuID() 4726 MENU_STATE GetCurrentMenuID()
4727 { 4727 {
4728 return uCurrentMenuID; 4728 return sCurrentMenuID;
4729 } 4729 }
4730 4730
4731 4731
4732 //----- (0046A6AC) -------------------------------------------------------- 4732 //----- (0046A6AC) --------------------------------------------------------
4733 int __fastcall _46A6AC_spell_render(int a1, int a2, int a3) 4733 int __fastcall _46A6AC_spell_render(int a1, int a2, int a3)