# HG changeset patch
# User Grumpy7
# Date 1393094854 -3600
# Node ID 829760bc6ca60063721d125d34544013d8963303
# Parent 8673f3aedfb95da1230a459ab9b11005f4de22d2
fixing accidental .proj file commit
diff -r 8673f3aedfb9 -r 829760bc6ca6 Build/Visual Studio 2012/World of Might and Magic.vcxproj
--- a/Build/Visual Studio 2012/World of Might and Magic.vcxproj Sat Feb 22 19:44:49 2014 +0100
+++ b/Build/Visual Studio 2012/World of Might and Magic.vcxproj Sat Feb 22 19:47:34 2014 +0100
@@ -42,12 +42,12 @@
true
$(Configuration)\
- D:\Program Files (x86)\GOG.com\Might and Magic VII\
+ $(WoMM_MM7_INSTALL_DIR)\
false
$(SolutionDirectory)../../;$(IncludePath)
- false
+ true
false
diff -r 8673f3aedfb9 -r 829760bc6ca6 mm7_unsorted_subs.h
--- a/mm7_unsorted_subs.h Sat Feb 22 19:44:49 2014 +0100
+++ b/mm7_unsorted_subs.h Sat Feb 22 19:47:34 2014 +0100
@@ -220,7 +220,7 @@
void PlayLevelMusic();
unsigned int __fastcall sub_4B0E07(unsigned int uFaceID); // idb
void sub_4B1447_party_fine(int a1, int a2, int a3);
-void sub_4B1523_showSpellbookInfo(int spellId);
+void sub_4B1523_showSpellbookInfo(int spellItemId);
void ShowPopupShopItem();
void RestAndHeal(__int64 uNumMinutes); // idb
void GetHouseGoodbyeSpeech();