mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Add INFLIVES as a constant that Lua/SOC can use
This commit is contained in:
parent
62caadbf19
commit
f97ea7db39
1 changed files with 3 additions and 0 deletions
|
|
@ -7610,6 +7610,9 @@ struct {
|
|||
{"WEP_RAIL",WEP_RAIL},
|
||||
{"NUM_WEAPONS",NUM_WEAPONS},
|
||||
|
||||
// Value for infinite lives
|
||||
{"INFLIVES", INFLIVES},
|
||||
|
||||
// Got Flags, for player->gotflag!
|
||||
// Used to be MF_ for some stupid reason, now they're GF_ to stop them looking like mobjflags
|
||||
{"GF_REDFLAG",GF_REDFLAG},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue