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