Violet Hold: Add HUD

--HG--
branch : trunk
This commit is contained in:
tartalo
2009-12-10 21:15:20 +01:00
parent 6e8b3c065f
commit c1b570db85
2 changed files with 6 additions and 0 deletions

View File

@@ -333,6 +333,7 @@ struct TRINITY_DLL_DECL instance_violet_hold : public ScriptedInstance
void AddWave()
{
DoUpdateWorldState(WORLD_STATE_VH, uiWaveCount);
switch(uiWaveCount)
{
case 6:

View File

@@ -48,4 +48,9 @@ enum Data64
DATA_SINCLARI
};
enum WorldStates
{
WORLD_STATE_VH = 3816
};
#endif