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

* fixed mana limit info in the hero window

* added support for Scholar object
* possibly fixed problems with handling obstacles info
This commit is contained in:
Michał W. Urbańczyk
2009-04-08 19:55:50 +00:00
parent b74b6ecc01
commit e3222fd34f
6 changed files with 88 additions and 27 deletions

View File

@@ -24,6 +24,7 @@ DLL_EXPORT std::ostream *logfile = NULL
;
DLL_EXPORT void initDLL(CLodHandler *b, CConsoleHandler *Console, std::ostream *Logfile)
{
srand(time(NULL));
console = Console;
logfile = Logfile;
bitmaph=b;