1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-24 00:36:29 +02:00

Support for Castle Stables. These are compatible with advMap Stables.

This commit is contained in:
DjWarmonger
2009-10-05 16:38:54 +00:00
parent 7f9d6e0a36
commit 2cf3e6885f
3 changed files with 70 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ void registerTypes1(Serializer &s)
s.template registerType<CGHeroInstance>();
s.template registerType<CGTownInstance>();
s.template registerType<CTownBonus>();
s.template registerType<COPWBonus>();
s.template registerType<CGPandoraBox>();
s.template registerType<CGEvent>();
s.template registerType<CGDwelling>();