Merge branch 'add-shielddown-player-flag' into 'next'

Expose PF_SHIELDDOWN to Lua

See merge request STJr/SRB2!2299
This commit is contained in:
sphere 2024-06-24 21:16:55 +00:00
commit 40ac2124f9

View file

@ -4483,6 +4483,8 @@ const char *const PLAYERFLAG_LIST[] = {
"CANCARRY", // Can carry?
"FINISHED",
"SHIELDDOWN", // Shield has been pressed.
NULL // stop loop here.
};