Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
3a045c4c
Commit
3a045c4c
authored
Feb 29, 2016
by
Inuyasha
Browse files
Options
Downloads
Patches
Plain Diff
Fix the green text after reduced pal changes
parent
fdb4ac5c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/console.c
+1
-1
1 addition, 1 deletion
src/console.c
with
1 addition
and
1 deletion
src/console.c
+
1
−
1
View file @
3a045c4c
...
@@ -310,7 +310,7 @@ static void CON_SetupBackColormap(void)
...
@@ -310,7 +310,7 @@ static void CON_SetupBackColormap(void)
yellowmap
[
9
]
=
(
UINT8
)
66
;
yellowmap
[
9
]
=
(
UINT8
)
66
;
purplemap
[
3
]
=
(
UINT8
)
184
;
purplemap
[
3
]
=
(
UINT8
)
184
;
purplemap
[
9
]
=
(
UINT8
)
186
;
purplemap
[
9
]
=
(
UINT8
)
186
;
lgreenmap
[
3
]
=
(
UINT8
)
102
;
lgreenmap
[
3
]
=
(
UINT8
)
98
;
lgreenmap
[
9
]
=
(
UINT8
)
106
;
lgreenmap
[
9
]
=
(
UINT8
)
106
;
bluemap
[
3
]
=
(
UINT8
)
147
;
bluemap
[
3
]
=
(
UINT8
)
147
;
bluemap
[
9
]
=
(
UINT8
)
158
;
bluemap
[
9
]
=
(
UINT8
)
158
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment