mirror of
https://github.com/XProger/OpenLara.git
synced 2025-01-17 21:09:00 +01:00
#15 fix
This commit is contained in:
parent
ed2329bbcd
commit
3024695438
BIN
bin/OpenLara.exe
BIN
bin/OpenLara.exe
Binary file not shown.
@ -30,8 +30,8 @@ namespace Game {
|
||||
Core::init();
|
||||
level = NULL;
|
||||
|
||||
if (!lvlName) lvlName = "LEVEL2.PSX";
|
||||
if (!sndName) sndName = "05.ogg";
|
||||
if (!lvlName) lvlName = (char*)"LEVEL2.PSX";
|
||||
if (!sndName) sndName = (char*)"05.ogg";
|
||||
//lstartLevel("LEVEL2_DEMO.PHD", true, false);
|
||||
//lstartLevel("GYM.PSX", false, true);
|
||||
//lstartLevel("LEVEL3A.PHD", false, false);
|
||||
|
@ -19,7 +19,7 @@ extern "C" {
|
||||
|
||||
void EMSCRIPTEN_KEEPALIVE game_level_load(char *data, int size, int home) {
|
||||
Stream stream(data, size);
|
||||
Game::startLevel(stream, false, home);
|
||||
Game::startLevel(stream, NULL, false, home);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user