1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

* support for Redwood Observatory

* support for Shrine of Magic Incantation / Gesture / Thought
* minor improvements
This commit is contained in:
Michał W. Urbańczyk
2009-03-14 11:25:25 +00:00
parent e961655b1a
commit 6ce9a253a4
16 changed files with 183 additions and 31 deletions

View File

@@ -223,6 +223,7 @@ Graphics::Graphics()
tasks += GET_DEF(abils32,"SECSK32.DEF");
tasks += GET_DEF(abils44,"SECSKILL.DEF");
tasks += GET_DEF(abils82,"SECSK82.DEF");
tasks += GET_DEF(spellscr,"SPELLSCR.DEF");
std::ifstream ifs("config/cr_bgs.txt");
int id;