1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

* fixed 8 hero limit to check only for wandering heroes (not garrisoned)

* srand at the beginning of handleConnection
This commit is contained in:
Michał W. Urbańczyk
2009-04-09 15:05:20 +00:00
parent e3222fd34f
commit 7a9e323297
6 changed files with 33 additions and 8 deletions

View File

@@ -24,7 +24,6 @@ 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;