mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
> building SRB2 without Lua in 2020
This commit is contained in:
parent
2176136480
commit
d7421d14c7
1 changed files with 2 additions and 0 deletions
|
|
@ -1599,8 +1599,10 @@ boolean P_EvaluateMusicStatus(UINT16 status, const char *musname)
|
|||
break;
|
||||
|
||||
case JT_OTHER: // Other state
|
||||
#ifdef HAVE_BLUA
|
||||
result = LUAh_ShouldJingleContinue(&players[i], musname);
|
||||
break;
|
||||
#endif
|
||||
|
||||
case JT_NONE: // Null state
|
||||
case JT_MASTER: // Main level music
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue