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:
parent
b4cb827d73
commit
b843e9a6cb
3 changed files with 24 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue