1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-07 16:50:15 +02:00

Added an option to show or hide the menu.

This commit is contained in:
prototux 2021-09-29 02:21:21 +02:00
parent b4cb827d73
commit b843e9a6cb
3 changed files with 24 additions and 5 deletions

View file

@ -20,6 +20,7 @@ enum class Menu1:int
TwoPlayers = 409,
ThreePlayers = 410,
FourPlayers = 411,
Show_Menu = 412,
MaximumResolution = 500,
R640x480 = 501,
R800x600 = 502,
@ -32,6 +33,7 @@ struct optionsStruct
{
int Sounds;
int Music;
int ShowMenu;
int FullScreen;
int Players;
int LeftFlipperKey;