mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- Fixed: TAG_MINEKEY still contained the underscore character.
SVN r4259 (trunk)
This commit is contained in:
parent
363ca592b0
commit
cb7bc7e66c
1 changed files with 1 additions and 1 deletions
|
@ -998,7 +998,7 @@ TAG_SECURITYKEY = "Security Key";
|
||||||
TAG_COREKEY = "Core Key"; // "New_Key1" in the Teaser
|
TAG_COREKEY = "Core Key"; // "New_Key1" in the Teaser
|
||||||
TAG_MAULERKEY = "Mauler Key"; // "New_Key2" in the Teaser
|
TAG_MAULERKEY = "Mauler Key"; // "New_Key2" in the Teaser
|
||||||
TAG_FACTORYKEY = "Factory Key"; // "New_Key3" in the Teaser
|
TAG_FACTORYKEY = "Factory Key"; // "New_Key3" in the Teaser
|
||||||
TAG_MINEKEY = "Mine_Key"; // "New_Key4" in the Teaser
|
TAG_MINEKEY = "Mine Key"; // "New_Key4" in the Teaser
|
||||||
TAG_NEWKEY5 = "New Key5";
|
TAG_NEWKEY5 = "New Key5";
|
||||||
TAG_ORACLEPASS = "Oracle Pass";
|
TAG_ORACLEPASS = "Oracle Pass";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue