Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pierre Kim
OpenRCT2-mod
Commits
9872ae03
Commit
9872ae03
authored
9 years ago
by
Matte A
Committed by
Ted John
9 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Remove green background under the version string
parent
bd6986cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contributors.md
+1
-0
contributors.md
src/title.c
+0
-3
src/title.c
with
1 addition
and
3 deletions
+1
-3
contributors.md
+
1
-
0
View file @
9872ae03
...
...
@@ -49,6 +49,7 @@ Includes all git commit authors. Aliases are GitHub user names.
*
Michał Janiszewski (janisozaur) - Linux port, crash handling, security, misc.
*
Kelson Blakewood (spacek531) - title sequence for 0.0.4
*
Hugo Wallenburg (Goddesen) - Misc.
*
(Nubbie) - Misc, UX
## Bug fixes
*
(halfbro)
...
...
This diff is collapsed.
Click to expand it.
src/title.c
+
0
-
3
View file @
9872ae03
...
...
@@ -494,9 +494,6 @@ void DrawOpenRCT2(rct_drawpixelinfo *dpi, int x, int y)
{
utf8
buffer
[
256
];
// Draw background
gfx_fill_rect_inset
(
dpi
,
x
,
y
,
x
+
128
,
y
+
20
,
TRANSLUCENT
(
COLOUR_DARK_GREEN
),
0x8
);
// Write format codes
utf8
*
ch
=
buffer
;
ch
=
utf8_write_codepoint
(
ch
,
FORMAT_MEDIUMFONT
);
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help