mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 07:22:28 +00:00
Add missing string constants.
This commit is contained in:
parent
8a261ea467
commit
b17e39a701
2 changed files with 5 additions and 0 deletions
|
@ -3770,6 +3770,7 @@ static const char *const STATE_LIST[] = { // array length left dynamic for sanit
|
|||
"S_PLAY_SUPER_WALK",
|
||||
"S_PLAY_SUPER_RUN",
|
||||
"S_PLAY_SUPER_PAIN",
|
||||
"S_PLAY_SUPER_STUN",
|
||||
"S_PLAY_SUPER_DEAD",
|
||||
"S_PLAY_SUPER_DRWN",
|
||||
"S_PLAY_SUPER_SPIN",
|
||||
|
@ -7666,9 +7667,12 @@ struct {
|
|||
{"PA_IDLE",PA_IDLE},
|
||||
{"PA_WALK",PA_WALK},
|
||||
{"PA_RUN",PA_RUN},
|
||||
{"PA_PAIN",PA_PAIN},
|
||||
{"PA_ROLL",PA_ROLL},
|
||||
{"PA_JUMP",PA_JUMP},
|
||||
{"PA_FALL",PA_FALL},
|
||||
{"PA_ABILITY",PA_ABILITY},
|
||||
{"PA_RIDE",PA_RIDE},
|
||||
|
||||
// Current weapon
|
||||
{"WEP_AUTO",WEP_AUTO},
|
||||
|
|
|
@ -88,6 +88,7 @@ char spr2names[NUMPLAYERSPRITES][5] =
|
|||
"SWLK",
|
||||
"SRUN",
|
||||
"SPAN",
|
||||
"SMSL",
|
||||
"SDTH",
|
||||
"SDRN",
|
||||
"SSPN",
|
||||
|
|
Loading…
Reference in a new issue