mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Add more checks for checkpoint saving
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
a0bd2f3da4
commit
c2642dbdef
@@ -847,7 +847,7 @@ void Game::show_save_fail(void)
|
|||||||
|
|
||||||
void Game::checkpoint_save(void)
|
void Game::checkpoint_save(void)
|
||||||
{
|
{
|
||||||
if (checkpoint_saving && !inspecial())
|
if (checkpoint_saving && !inspecial() && (!map.custommode || (map.custommode && map.custommodeforreal)) && !cliplaytest)
|
||||||
{
|
{
|
||||||
bool success = map.custommode ? customsavequick(cl.ListOfMetaData[playcustomlevel].filename) : savequick();
|
bool success = map.custommode ? customsavequick(cl.ListOfMetaData[playcustomlevel].filename) : savequick();
|
||||||
gamesaved = success;
|
gamesaved = success;
|
||||||
|
|||||||
Reference in New Issue
Block a user