1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00
This commit is contained in:
Vadim Glazunov 2008-08-17 19:30:00 +00:00
parent 3d11b2c4e7
commit 65999f4429

View File

@ -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