mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 15:32:33 +00:00
Merge branch 'add-shielddown-player-flag' into 'next'
Expose PF_SHIELDDOWN to Lua See merge request STJr/SRB2!2299
This commit is contained in:
commit
40ac2124f9
1 changed files with 2 additions and 0 deletions
|
@ -4483,6 +4483,8 @@ const char *const PLAYERFLAG_LIST[] = {
|
|||
"CANCARRY", // Can carry?
|
||||
"FINISHED",
|
||||
|
||||
"SHIELDDOWN", // Shield has been pressed.
|
||||
|
||||
NULL // stop loop here.
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue