mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 20:41:25 +00:00
Expose PF_SHIELDDOWN to Lua
This commit is contained in:
parent
279820cd6c
commit
75c270d546
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