mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Fix location for the worlds
This commit is contained in:
parent
c11c7a7300
commit
fbc84c2aad
@ -191,7 +191,7 @@ bool CDecor::Read(int rank, bool bUser, int &world, int &time, int &total)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
sprintf(filename, "data/world%.3d.blp", rank);
|
sprintf(filename, (GetBaseDir () + "data/world%.3d.blp").c_str (), rank);
|
||||||
}
|
}
|
||||||
|
|
||||||
file = fopen(filename, "rb");
|
file = fopen(filename, "rb");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user