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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
ce801e10
Commit
ce801e10
authored
5 years ago
by
SteelT
Browse files
Options
Downloads
Patches
Plain Diff
Fix new skin colors using default chat color
parent
711c8ed6
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!848
shaders master merge and mipmap fix
,
!822
Fix new skin colors using default chat color
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/hu_stuff.c
+6
-0
6 additions, 0 deletions
src/hu_stuff.c
with
6 additions
and
0 deletions
src/hu_stuff.c
+
6
−
0
View file @
ce801e10
...
...
@@ -787,10 +787,12 @@ static void Got_Saycmd(UINT8 **p, INT32 playernum)
case
SKINCOLOR_RED
:
case
SKINCOLOR_CRIMSON
:
case
SKINCOLOR_FLAME
:
case
SKINCOLOR_KETCHUP
:
cstart
=
"
\x85
"
;
// V_REDMAP
break
;
case
SKINCOLOR_YOGURT
:
case
SKINCOLOR_BROWN
:
case
SKINCOLOR_BRONZE
:
case
SKINCOLOR_TAN
:
case
SKINCOLOR_BEIGE
:
case
SKINCOLOR_QUAIL
:
...
...
@@ -818,6 +820,7 @@ static void Got_Saycmd(UINT8 **p, INT32 playernum)
cstart
=
"
\x8e
"
;
// V_ROSYMAP
break
;
case
SKINCOLOR_SUNSET
:
case
SKINCOLOR_COPPER
:
case
SKINCOLOR_APRICOT
:
case
SKINCOLOR_ORANGE
:
case
SKINCOLOR_RUST
:
...
...
@@ -831,6 +834,7 @@ static void Got_Saycmd(UINT8 **p, INT32 playernum)
break
;
case
SKINCOLOR_LIME
:
case
SKINCOLOR_PERIDOT
:
case
SKINCOLOR_APPLE
:
cstart
=
"
\x8b
"
;
// V_PERIDOTMAP
break
;
case
SKINCOLOR_SEAFOAM
:
...
...
@@ -851,12 +855,14 @@ static void Got_Saycmd(UINT8 **p, INT32 playernum)
case
SKINCOLOR_BLUE
:
case
SKINCOLOR_COBALT
:
case
SKINCOLOR_DUSK
:
case
SKINCOLOR_BLUEBELL
:
cstart
=
"
\x84
"
;
// V_BLUEMAP
break
;
case
SKINCOLOR_BUBBLEGUM
:
case
SKINCOLOR_MAGENTA
:
case
SKINCOLOR_NEON
:
case
SKINCOLOR_VIOLET
:
case
SKINCOLOR_RASPBERRY
:
cstart
=
"
\x81
"
;
// V_MAGENTAMAP
break
;
}
...
...
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