mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 20:11:12 +00:00
Add linedef executors without parameters to UDMF config
This commit is contained in:
parent
00b04f6d9e
commit
6010faf10c
1 changed files with 12 additions and 0 deletions
|
@ -2949,6 +2949,12 @@ udmf
|
|||
enum = "noyes";
|
||||
}
|
||||
}
|
||||
|
||||
462
|
||||
{
|
||||
title = "Stop Timer/Exit Stage in Record Attack";
|
||||
prefix = "(462)";
|
||||
}
|
||||
}
|
||||
|
||||
linedefexecmisc
|
||||
|
@ -3009,6 +3015,12 @@ udmf
|
|||
}
|
||||
}
|
||||
|
||||
440
|
||||
{
|
||||
title = "Start Metal Sonic Race";
|
||||
prefix = "(440)";
|
||||
}
|
||||
|
||||
443
|
||||
{
|
||||
title = "Call Lua Function";
|
||||
|
|
Loading…
Reference in a new issue