mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
Removed distinction between male and female IMP slots. Number of IMP slots is now set via MAX_IMP_CHARACTERS, slots are set with IMP_'number'.
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8608 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+3
-5
@@ -285,11 +285,9 @@ typedef struct
|
||||
|
||||
BOOLEAN fSellAll;
|
||||
INT16 iPriceModifier;
|
||||
|
||||
// WDS: Allow flexible numbers of IMPs of each sex
|
||||
INT32 iIMPMaleCharacterCount; // Count of how many there are
|
||||
INT32 iIMPFemaleCharacterCount;
|
||||
//INT32 iMaxIMPCharacters; // Limit of how many to allow
|
||||
|
||||
// Flugente: max number of IMPs, regardless of gender
|
||||
INT32 iMaxIMPCharacters; // Limit of how many to allow
|
||||
//
|
||||
// iaIMPSlots is an array of the slots (in prof.dat) to use for IMPs.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user