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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user