mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
- Bugfix: Fixed initialization error of enemy taunts. The file was not found in the new location (TableData\EnemyTaunts\EnemyTaunts.xml), because the game looked in the old one (TableData\EnemyTaunts.xml)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6662 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+3
-1
@@ -237,8 +237,10 @@ typedef PARSE_STAGE;
|
||||
#define VEHICLESFILENAME "Vehicles.xml"
|
||||
#define SQUADNAMEFILENAME "SquadNames.xml"
|
||||
#define BACKGROUNDSFILENAME "Backgrounds.xml"
|
||||
|
||||
#define TAUNTSFOLDERNAME "EnemyTaunts\\"
|
||||
#define TAUNTSFILENAME "EnemyTaunts.xml"
|
||||
#define TAUNTSFILENAMEBEGINNING "EnemyTaunts\\EnemyTaunts"
|
||||
#define TAUNTSFILENAMEBEGINNING "EnemyTaunts" // You can add additional taunt files next to the "EnemyTaunts.xml" file. They have to start with "EnemyTaunts*.xml" (e.g: EnemyTauntsKill.xml)
|
||||
#define TAUNTSFILENAMEENDING ".xml"
|
||||
|
||||
#define ENEMY_ADMIN_PROFILE_FILENAME "Profiles\\SoldierProfileEnemyAdmin.xml"
|
||||
|
||||
Reference in New Issue
Block a user