1
0
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:
Mathieu Schroeter 2017-02-11 22:53:03 +01:00
parent c11c7a7300
commit fbc84c2aad

View File

@ -191,7 +191,7 @@ bool CDecor::Read(int rank, bool bUser, int &world, int &time, int &total)
}
else
{
sprintf(filename, "data/world%.3d.blp", rank);
sprintf(filename, (GetBaseDir () + "data/world%.3d.blp").c_str (), rank);
}
file = fopen(filename, "rb");