diff --git a/GameVersion.cpp b/GameVersion.cpp index 183b2115..5e18abf8 100644 --- a/GameVersion.cpp +++ b/GameVersion.cpp @@ -23,7 +23,7 @@ INT16 zVersionLabel[256] = { L"Beta v. 0.98" }; #else //RELEASE BUILD VERSION - INT16 zVersionLabel[256] = { L"Release v1.13.404" }; + INT16 zVersionLabel[256] = { L"Release v1.13.405" }; #endif diff --git a/Tactical/Interface Items.cpp b/Tactical/Interface Items.cpp index c16badc2..ab3bed87 100644 --- a/Tactical/Interface Items.cpp +++ b/Tactical/Interface Items.cpp @@ -7316,6 +7316,8 @@ void GetHelpTextForItem( INT16 * pzStr, OBJECTTYPE *pObject, SOLDIERTYPE *pSoldi } + if ( Item[usItem].usItemClass != IC_AMMO || !gGameExternalOptions.fAmmoDynamicWeight ) //Madd: quick fix to display total stack weight + fWeight *= pObject->ubNumberOfObjects; switch( Item[ usItem ].usItemClass ) {