mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 09:20:59 +00:00
- transitioned Exhumed to level change events.
This commit is contained in:
parent
8114309e89
commit
1eb99f69c2
12 changed files with 110 additions and 173 deletions
|
@ -66,8 +66,16 @@ void FSavegameManager::LoadGame(FSaveGameNode* node)
|
|||
{
|
||||
if (gi->LoadGame(node))
|
||||
{
|
||||
// do something here?
|
||||
gamestate = GS_LEVEL;
|
||||
}
|
||||
else
|
||||
{
|
||||
I_Error("%s: Failed to load savegame", node->Filename.GetChars());
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
I_Error("%s: Failed to open savegame", node->Filename.GetChars());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue