mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 20:50:58 +00:00
> building SRB2 without Lua in 2020
This commit is contained in:
parent
e0badd1e5b
commit
dd0d86120b
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…
Reference in a new issue