Added action 109:Light_ForceLightning to Hexen configuration. Also changed the description of the parameters in the ZDoom configuration to make it more clear what it does. Fixes #459.

This commit is contained in:
biwa 2020-08-29 15:02:13 +02:00
parent b372a04d20
commit 7c50688a13
2 changed files with 20 additions and 2 deletions

View file

@ -1933,6 +1933,24 @@ light
{
title = "Light";
109
{
title = "Lightning Control";
id = "Light_ForceLightning";
arg0
{
title = "Mode";
type = 11;
enum
{
0 = "Flash Once, Enable Lightning Mode";
1 = "Flash Once, Terminate Lightning Mode";
2 = "Terminate Lightning Mode";
}
}
}
110
{
title = "Light Raise by Value";

View file

@ -3181,8 +3181,8 @@ zdoom
type = 11;
enum
{
0 = "Enable Lightning Mode";
1 = "Flash Once";
0 = "Flash Once, Enable Lightning Mode";
1 = "Flash Once, Terminate Lightning Mode";
2 = "Terminate Lightning Mode";
}
}