Home
last modified time | relevance | path

Searched refs:CheatLookup (Results 1 – 2 of 2) sorted by relevance

/dports/games/heretic/glheretic-1.2/
H A Dsb_bar.c145 static byte CheatLookup[256]; variable
467 CheatLookup[i] = CHEAT_ENCRYPT(i); in SB_Init()
1402 else if(CheatLookup[key] == *cheat->pos) in CheatAddKey()
/dports/games/uhexen/uhexen-0.601/src/
H A Dsb_bar.c124 static byte CheatLookup[256]; variable
288 CheatLookup[i] = CHEAT_ENCRYPT(i); in SB_Init()
1550 else if(CheatLookup[key] == *cheat->pos) in CheatAddKey()