mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- fixed fatal error in menu definition
Script error, "engine/menudef.txt" line 1141: Unknown keyword 'ifgamne'
This commit is contained in:
parent
71485fe9d0
commit
c69d987ec2
1 changed files with 1 additions and 1 deletions
|
@ -1138,7 +1138,7 @@ OptionMenu "VideoOptions" //protected
|
||||||
StaticText ""
|
StaticText ""
|
||||||
Option "$DSPLYMNU_VOXELS", "r_voxels", "OnOff"
|
Option "$DSPLYMNU_VOXELS", "r_voxels", "OnOff"
|
||||||
Option "$DSPLYMNU_SHADOWS", "r_shadows", "OnOff"
|
Option "$DSPLYMNU_SHADOWS", "r_shadows", "OnOff"
|
||||||
ifgamne(Blood, ShadowWarrior)
|
ifgame(Blood, ShadowWarrior)
|
||||||
{
|
{
|
||||||
Option "$DSPLYMNU_SLOPETILT", "cl_slopetilting", "OnOff"
|
Option "$DSPLYMNU_SLOPETILT", "cl_slopetilting", "OnOff"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue