Skip to content

Commit 9d4c235

Browse files
committed
Don't try to calculate money when no episode is selected. Fixes #138
1 parent 57850b8 commit 9d4c235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tyrian2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3565,7 +3565,7 @@ bool JE_titleScreen( JE_boolean animate )
35653565
{
35663566
player[0].cash = 1000000;
35673567
}
3568-
else
3568+
else if (gameLoaded)
35693569
{
35703570
// allows player to smuggle arcade/super-arcade ships into full game
35713571

0 commit comments

Comments
 (0)