mirror of
https://github.com/1dot13/source.git
synced 2026-08-26 14:30:26 +02:00
Enemy Taunts Updates (by anv)
- taunts will be loaded from any file in TableData/ that follows EnemyTaunts*.xml naming convention (and [LanguagePrefix]EnemyTaunts*.xml for translations) o eg: EnemyTauntsKill.xml, EnemyTauntsComeback.xml, German.EnemyTauntsKill.xml, Chinese.EnemyTauntsComeback.xml, ... - <uiIndex> for taunts in every file should start from 0 and increase normally - see: http://www.bears-pit.com/board/ubbthreads.php/topics/327830/5.html git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6640 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -206,7 +206,7 @@ extern BACKGROUND_VALUES zBackground[NUM_BACKGROUND];
|
||||
extern UINT16 num_found_background; // the correct number is set on reading the xml
|
||||
|
||||
// anv: enums for externalised taunts
|
||||
enum {
|
||||
enum TAUNTPROPERTY{
|
||||
|
||||
// progress
|
||||
TAUNT_PROGRESS_LT,
|
||||
|
||||
Reference in New Issue
Block a user