Partial unlock passwords save gamedata

This commit is contained in:
AJ Martinez 2024-04-25 16:00:13 -07:00
parent 29d6ad3545
commit ea62587ccc

View file

@ -258,6 +258,7 @@ void f_colors()
{ {
S_StartSound(0, sfx_kc42); S_StartSound(0, sfx_kc42);
M_StartMessage("Time for a new look!", "Unlocked all colors. Try not to show off!", NULL, MM_NOTHING, NULL, NULL); M_StartMessage("Time for a new look!", "Unlocked all colors. Try not to show off!", NULL, MM_NOTHING, NULL, NULL);
G_SaveGameData();
} }
else else
{ {
@ -289,6 +290,7 @@ void f_followers()
{ {
S_StartSound(0, sfx_kc42); S_StartSound(0, sfx_kc42);
M_StartMessage("Creatures captured!", "Unlocked all followers. Who's your favorite?", NULL, MM_NOTHING, NULL, NULL); M_StartMessage("Creatures captured!", "Unlocked all followers. Who's your favorite?", NULL, MM_NOTHING, NULL, NULL);
G_SaveGameData();
} }
else else
{ {
@ -330,6 +332,7 @@ void f_maps()
{ {
S_StartSound(0, sfx_kc42); S_StartSound(0, sfx_kc42);
M_StartMessage("// FIXME don't crash in certification test", "Unlocked all maps. Go see the world!", NULL, MM_NOTHING, NULL, NULL); M_StartMessage("// FIXME don't crash in certification test", "Unlocked all maps. Go see the world!", NULL, MM_NOTHING, NULL, NULL);
G_SaveGameData();
} }
else else
{ {
@ -361,6 +364,7 @@ void f_characters()
{ {
S_StartSound(0, sfx_kc42); S_StartSound(0, sfx_kc42);
M_StartMessage("...Is that how you spell it?", "Unlocked most characters. All together now!", NULL, MM_NOTHING, NULL, NULL); M_StartMessage("...Is that how you spell it?", "Unlocked most characters. All together now!", NULL, MM_NOTHING, NULL, NULL);
G_SaveGameData();
} }
else else
{ {
@ -392,6 +396,7 @@ void f_altmusic()
{ {
S_StartSound(0, sfx_kc42); S_StartSound(0, sfx_kc42);
M_StartMessage("Wanna listen to some tunes?", "Unlocked all alternate music -- and Stereo Mode!", NULL, MM_NOTHING, NULL, NULL); M_StartMessage("Wanna listen to some tunes?", "Unlocked all alternate music -- and Stereo Mode!", NULL, MM_NOTHING, NULL, NULL);
G_SaveGameData();
} }
else else
{ {