mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-10 16:19:59 +00:00
Slightly more sensible error/msgbox handling
This commit is contained in:
parent
7faee73f14
commit
26d056d924
15 changed files with 48 additions and 83 deletions
|
@ -2659,7 +2659,7 @@ void Continuity::loadFile(int slot)
|
|||
if (startData->Attribute("mod"))
|
||||
{
|
||||
#ifdef AQUARIA_DEMO
|
||||
exit(-1);
|
||||
exit_error("The demo version does not support loading savegames from mods, sorry.");
|
||||
#else
|
||||
dsq->mod.load(startData->Attribute("mod"));
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue