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
dd0f62e6
Commit
dd0f62e6
authored
Aug 03, 2013
by
reassembler
Browse files
Fix for score label
parent
6c93fbf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/engine/ohud.cpp
View file @
dd0f62e6
...
...
@@ -44,6 +44,8 @@ void OHud::draw_main_hud()
{
blit_text1
(
HUD_TIME1
);
blit_text1
(
HUD_TIME2
);
blit_text1
(
HUD_SCORE1
);
blit_text1
(
HUD_SCORE2
);
blit_text1
(
HUD_STAGE1
);
blit_text1
(
HUD_STAGE2
);
blit_text1
(
HUD_ONE
);
...
...
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