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

Partial support for random wandering stacks. Well, they are not 'that' random as don't use global ran() function.

This commit is contained in:
DjWarmonger
2010-08-22 07:11:46 +00:00
parent 205126e7e6
commit f6b97704c7
5 changed files with 53 additions and 4 deletions

View File

@@ -27,6 +27,7 @@ LibClasses * VLC = NULL;
DLL_EXPORT CLodHandler *bitmaph = NULL,
*spriteh = NULL;
DLL_EXPORT CLogger tlog0(0);
DLL_EXPORT CLogger tlog1(1);
DLL_EXPORT CLogger tlog2(2);