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
8d7db508
Commit
8d7db508
authored
Feb 20, 2013
by
reassembler
Browse files
Fixed bug with prototype level not clearing.
parent
efff26a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/engine/outrun.cpp
View file @
8d7db508
...
...
@@ -908,6 +908,5 @@ void Outrun::select_course(bool jap, bool prototype)
}
// Use Prototype Coconut Beach Track
if
(
prototype
)
oinitengine
.
stage_data
[
0
]
=
0x3A
;
oinitengine
.
stage_data
[
0
]
=
prototype
?
0x3A
:
0x3C
;
}
\ No newline at end of file
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