1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Fixed one bad condition; and a compile fix.

This commit is contained in:
Frank Zago
2011-10-06 00:27:27 +00:00
parent 583aca8912
commit 16c23bbf4e
2 changed files with 2 additions and 2 deletions

View File

@@ -1504,7 +1504,7 @@ struct BattleStackAdded : public CPackForClient //3017
struct BattleSetStackProperty : public CPackForClient //3018
{
struct BattleSetStackProperty(){type = 3018;};
BattleSetStackProperty(){type = 3018;};
enum BattleStackProperty {CASTS, CURRENT_SPELL};