From 78a7d89dade41ccd10f014ea17b981cf19961dd3 Mon Sep 17 00:00:00 2001 From: MaddMugsy Date: Sun, 13 Aug 2006 08:09:59 +0000 Subject: [PATCH] -fixed BR item display error git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@430 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- GameSettings.h | 1 + GameVersion.cpp | 2 +- Laptop/BobbyR.cpp | 2 -- Laptop/BobbyRGuns.cpp | 4 ---- Laptop/Store Inventory.cpp | 2 -- 5 files changed, 2 insertions(+), 9 deletions(-) diff --git a/GameSettings.h b/GameSettings.h index 702e4a9f..aee1d6d8 100644 --- a/GameSettings.h +++ b/GameSettings.h @@ -304,6 +304,7 @@ typedef struct BOOLEAN gfHardAggressiveQueen; BOOLEAN gfInsaneAggressiveQueen; + //Misc settings BOOLEAN fAmmoDynamicWeight; //Pulmu BOOLEAN fEnableCrepitus; BOOLEAN fEnableAllWeaponCaches; diff --git a/GameVersion.cpp b/GameVersion.cpp index 2f8b4bc5..b9b33892 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.429" }; + INT16 zVersionLabel[256] = { L"Release v1.13.430" }; #endif diff --git a/Laptop/BobbyR.cpp b/Laptop/BobbyR.cpp index b81328dc..3e023932 100644 --- a/Laptop/BobbyR.cpp +++ b/Laptop/BobbyR.cpp @@ -900,8 +900,6 @@ void CancelAllPendingBRPurchaseOrders(void) // zero out all the quantities on order for(i = 0; i < MAXITEMS; i++) { - if ( Item[i].usItemClass == 0 ) - break; LaptopSaveInfo.BobbyRayInventory[ i ].ubQtyOnOrder = 0; LaptopSaveInfo.BobbyRayUsedInventory[ i ].ubQtyOnOrder = 0; } diff --git a/Laptop/BobbyRGuns.cpp b/Laptop/BobbyRGuns.cpp index ffb798d2..9ce7bc67 100644 --- a/Laptop/BobbyRGuns.cpp +++ b/Laptop/BobbyRGuns.cpp @@ -1849,8 +1849,6 @@ void SetFirstLastPagesForNew( UINT32 uiClassMask, INT32 iFilter ) //First loop through to get the first and last index indexs for(i=0; i