mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-13 16:07:45 +00:00
- fixed some Chex Quest cheat codes.
SVN r2168 (trunk)
This commit is contained in:
parent
f02303d33c
commit
68194d13c8
1 changed files with 3 additions and 3 deletions
|
@ -171,7 +171,7 @@ static BYTE CheatDigitalCafe[] = { 'd','i','g','i','t','a','l','c','a','f','e',2
|
||||||
static BYTE CheatJoshuaStorms[] = { 'j','o','s','h','u','a','s','t','o','r','m','s',255 };
|
static BYTE CheatJoshuaStorms[] = { 'j','o','s','h','u','a','s','t','o','r','m','s',255 };
|
||||||
static BYTE CheatLeeSnyder[] = { 'l','e','e','s','n','y','d','e','r',0,0,255 };
|
static BYTE CheatLeeSnyder[] = { 'l','e','e','s','n','y','d','e','r',0,0,255 };
|
||||||
static BYTE CheatKimHyers[] = { 'k','i','m','h','y','e','r','s',255 };
|
static BYTE CheatKimHyers[] = { 'k','i','m','h','y','e','r','s',255 };
|
||||||
static BYTE CheatShrrill[] = { 's','h','r','r','i','l','l',255 };
|
static BYTE CheatShrrill[] = { 's','h','e','r','r','i','l','l',255 };
|
||||||
|
|
||||||
static BYTE CheatTNTem[] = { 't','n','t','e','m',255 };
|
static BYTE CheatTNTem[] = { 't','n','t','e','m',255 };
|
||||||
|
|
||||||
|
@ -274,8 +274,8 @@ static cheatseq_t ChexCheats[] =
|
||||||
{ CheatKimHyers, 0, 1, 0, {0,0}, Cht_MyPos },
|
{ CheatKimHyers, 0, 1, 0, {0,0}, Cht_MyPos },
|
||||||
{ CheatShrrill, 0, 0, 0, {0,0}, Cht_AutoMap },
|
{ CheatShrrill, 0, 0, 0, {0,0}, Cht_AutoMap },
|
||||||
{ CheatDavidBrus, 0, 0, 0, {CHT_IDDQD,0}, Cht_Generic },
|
{ CheatDavidBrus, 0, 0, 0, {CHT_IDDQD,0}, Cht_Generic },
|
||||||
{ CheatMikeKoenigs, 0, 0, 0, {CHT_IDKFA,0}, Cht_Generic },
|
{ CheatScottHolman, 0, 0, 0, {CHT_IDKFA,0}, Cht_Generic },
|
||||||
{ CheatScottHolman, 0, 0, 0, {CHT_IDFA,0}, Cht_Generic },
|
{ CheatMikeKoenigs, 0, 0, 0, {CHT_IDFA,0}, Cht_Generic },
|
||||||
{ CheatCharlesJacobi, 0, 0, 0, {CHT_NOCLIP,0}, Cht_Generic },
|
{ CheatCharlesJacobi, 0, 0, 0, {CHT_NOCLIP,0}, Cht_Generic },
|
||||||
{ CheatAndrewBenson, 0, 0, 0, {CHT_BEHOLDV,0}, Cht_Generic },
|
{ CheatAndrewBenson, 0, 0, 0, {CHT_BEHOLDV,0}, Cht_Generic },
|
||||||
{ CheatDeanHyers, 0, 0, 0, {CHT_BEHOLDS,0}, Cht_Generic },
|
{ CheatDeanHyers, 0, 0, 0, {CHT_BEHOLDS,0}, Cht_Generic },
|
||||||
|
|
Loading…
Reference in a new issue