1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-13 01:20:34 +02:00

* Started making support for garrison window. Leaving guardians in flagged mines.

This commit is contained in:
Michał W. Urbańczyk
2009-04-12 00:58:41 +00:00
parent d72d988a9c
commit f9aebcc4bd
20 changed files with 259 additions and 48 deletions

View File

@ -68,6 +68,7 @@ void registerTypes2(Serializer &s)
s.template registerType<SetHoverName>();
s.template registerType<HeroLevelUp>();
s.template registerType<BlockingDialog>();
s.template registerType<GarrisonDialog>();
s.template registerType<BattleStart>();
s.template registerType<BattleNextRound>();
s.template registerType<BattleSetActiveStack>();