Mercurial > mm7
changeset 2232:829760bc6ca6
fixing accidental .proj file commit
author | Grumpy7 |
---|---|
date | Sat, 22 Feb 2014 19:47:34 +0100 |
parents | 8673f3aedfb9 |
children | a9fa57fda3ae |
files | Build/Visual Studio 2012/World of Might and Magic.vcxproj mm7_unsorted_subs.h |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <LinkIncremental>true</LinkIncremental> <IntDir>$(Configuration)\</IntDir> - <OutDir>D:\Program Files (x86)\GOG.com\Might and Magic VII\</OutDir> + <OutDir>$(WoMM_MM7_INSTALL_DIR)\</OutDir> <GenerateManifest>false</GenerateManifest> <CustomBuildBeforeTargets> </CustomBuildBeforeTargets> <IncludePath>$(SolutionDirectory)../../;$(IncludePath)</IncludePath> - <PostBuildEventUseInBuild>false</PostBuildEventUseInBuild> + <PostBuildEventUseInBuild>true</PostBuildEventUseInBuild> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LinkIncremental>false</LinkIncremental>
--- 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();