mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
This commit is contained in:
parent
3d11b2c4e7
commit
65999f4429
@ -127,7 +127,7 @@ int main(int argc, _TCHAR* argv[])
|
||||
#endif
|
||||
{
|
||||
CLodHandler h3bmp;
|
||||
h3bmp.init("Data/H3bitmap.lod","Data");
|
||||
h3bmp.init("Data" PATHSEPARATOR "H3bitmap.lod","Data");
|
||||
initDLL(&h3bmp);
|
||||
srand ( (unsigned int)time(NULL) );
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user