Home
last modified time | relevance | path

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

/dports/games/sdb/sdb-1.0.2/src/
H A Dsdb.h298 … = ca; cheat_keys = ck; cheat_noai = cna; cheat_nomasks = cnm; cheat_skip = cls; cheat_zoom = cz; } in set()
305 …l cheating() { return cheat_invul||cheat_weapons||cheat_ammo||cheat_keys||cheat_skip||cheat_zoom; } in cheating()
336 bool cheat_zoom; variable
H A Dgame.cpp205 if (option == CHEAT_ZOOM && value != "") cheat_zoom = (bool)S2I(value); in loadFromFile()
210 cheat_nomasks = cheat_skip = cheat_zoom = val; in loadFromFile()
283 if (cheat_zoom) cfgfile << CHEAT_ZOOM << " " << cheat_zoom << endl; in writeToFile()
1241 if (config.cheat_zoom) in playCurrentLevel()
1580 if (!config.cheat_zoom && transitionTimer < 10.0) in playCurrentLevel()
1944 …if (config.cheat_zoom || distSquared(currLevelObjs[i]->Pos(), PLAYER_OBJECT->Pos()) < OBJECT_DRAW_… in drawScene()