mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
- fixed some search&replace errors
This commit is contained in:
parent
918d121d99
commit
6f6c850d80
1 changed files with 4 additions and 4 deletions
|
@ -1257,7 +1257,7 @@ const memberlabel_t UserdefsLabels[]=
|
||||||
{ "weaponswitch", USERDEFS_WEAPONSWITCH, 0, 0, -1 },
|
{ "weaponswitch", USERDEFS_WEAPONSWITCH, 0, 0, -1 },
|
||||||
{ "democams", USERDEFS_DEMOCAMS, 0, 0, -1 },
|
{ "democams", USERDEFS_DEMOCAMS, 0, 0, -1 },
|
||||||
{ "color", USERDEFS_COLOR, 0, 0, -1 },
|
{ "color", USERDEFS_COLOR, 0, 0, -1 },
|
||||||
{ "hud_messagetime", USERDEFS_MSGDISPTIME, 0, 0, -1 },
|
{ "msgdisptime", USERDEFS_MSGDISPTIME, 0, 0, -1 },
|
||||||
{ "statusbarmode", USERDEFS_STATUSBARMODE, 0, 0, -1 },
|
{ "statusbarmode", USERDEFS_STATUSBARMODE, 0, 0, -1 },
|
||||||
{ "m_noexits", USERDEFS_M_NOEXITS, 0, 0, -1 },
|
{ "m_noexits", USERDEFS_M_NOEXITS, 0, 0, -1 },
|
||||||
{ "noexits", USERDEFS_NOEXITS, 0, 0, -1 },
|
{ "noexits", USERDEFS_NOEXITS, 0, 0, -1 },
|
||||||
|
@ -1281,9 +1281,9 @@ const memberlabel_t UserdefsLabels[]=
|
||||||
{ "m_origin_y", USERDEFS_M_ORIGIN_Y, 0, 0, -1 },
|
{ "m_origin_y", USERDEFS_M_ORIGIN_Y, 0, 0, -1 },
|
||||||
{ "playerbest", USERDEFS_PLAYERBEST, 0, 0, -1 },
|
{ "playerbest", USERDEFS_PLAYERBEST, 0, 0, -1 },
|
||||||
{ "musictoggle", USERDEFS_MUSICTOGGLE, 0, 0, -1 },
|
{ "musictoggle", USERDEFS_MUSICTOGGLE, 0, 0, -1 },
|
||||||
{ "r_voxels", USERDEF_USEVOXELS, 0, 0, -1 },
|
{ "usevoxels", USERDEFS_USEVOXELS, 0, 0, -1 },
|
||||||
{ "hw_hightile", USERDEFS_USEHIGHTILE, 0, 0, -1 },
|
{ "usehightile", USERDEFS_USEHIGHTILE, 0, 0, -1 },
|
||||||
{ "hw_models", USERDEFS_USEMODELS, 0, 0, -1 },
|
{ "usemodels", USERDEFS_USEMODELS, 0, 0, -1 },
|
||||||
{ "gametypeflags", USERDEFS_GAMETYPEFLAGS, 0, 0, -1 },
|
{ "gametypeflags", USERDEFS_GAMETYPEFLAGS, 0, 0, -1 },
|
||||||
{ "m_gametypeflags", USERDEFS_M_GAMETYPEFLAGS, 0, 0, -1 },
|
{ "m_gametypeflags", USERDEFS_M_GAMETYPEFLAGS, 0, 0, -1 },
|
||||||
{ "globalflags", USERDEFS_GLOBALFLAGS, 0, 0, -1 },
|
{ "globalflags", USERDEFS_GLOBALFLAGS, 0, 0, -1 },
|
||||||
|
|
Loading…
Reference in a new issue