Add INFLIVES as a constant that Lua/SOC can use

This commit is contained in:
Monster Iestyn 2018-08-23 22:18:52 +01:00
parent e2c280504b
commit 011459790f
1 changed files with 3 additions and 0 deletions

View File

@ -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},