Implemented SMSG_START_TIMER (Implement bg countdown timer)

This commit is contained in:
zamalaev 2014-01-08 13:33:38 +04:00 committed by Antz
parent 46e1f87c04
commit 970a6124ba
4 changed files with 34 additions and 0 deletions

View file

@ -1430,6 +1430,7 @@ enum Opcodes
CMSG_REFORGE_ITEM = 0x331A, // 4.3.4 15595
SMSG_REFORGE_RESULT = 0x58A4, // 4.3.4 15595
CMSG_LOAD_SCREEN = 0x2422, // 4.3.4 15595
SMSG_START_TIMER = 0x59A5, // 4.3.4 15595
};
#define MAX_OPCODE_TABLE_SIZE 0xFFFF