mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
- New Externalization: Item size and weapon limits (by JMich)
o 3 new ja2_options.ini properties: MAX_ITEM_SIZE, MAX_WEAPON_SIZE, OLD_INVENTORY_ITEM_NUMBER o see here: http://www.ja-galaxy-forum.com/board/ubbthreads.php?ubb=showflat&Number=276115&page=1 git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4907 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -416,6 +416,11 @@ typedef struct
|
||||
BOOLEAN autoSaveOnAssertionFailure;
|
||||
UINT32 autoSaveTime;
|
||||
|
||||
//JMich
|
||||
UINT8 guiMaxWeaponSize;
|
||||
UINT8 guiMaxItemSize;
|
||||
UINT8 guiOIVSizeNumber;
|
||||
|
||||
//Sight range
|
||||
UINT32 ubStraightSightRange;
|
||||
UINT32 ubVisDistDecreasePerRainIntensity;
|
||||
|
||||
Reference in New Issue
Block a user