Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
cannonball
Commits
e4edf689
Commit
e4edf689
authored
Nov 10, 2013
by
reassembler
Browse files
Layout - skip attract mode option
parent
7fc43fe8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/engine/outrun.cpp
View file @
e4edf689
...
...
@@ -67,7 +67,7 @@ void Outrun::init()
{
freeze_timer
=
ttrial
.
enabled
?
true
:
config
.
engine
.
freeze_timer
;
game_state
=
GS_INIT
;
game_state
=
config
.
engine
.
layout_debug
?
GS_INIT_GAME
:
GS_INIT
;
video
.
enabled
=
false
;
select_course
(
config
.
engine
.
jap
!=
0
,
config
.
engine
.
prototype
!=
0
);
video
.
clear_text_ram
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment