Home
last modified time | relevance | path

Searched refs:LOSTick (Results 1 – 4 of 4) sorted by relevance

/dports/games/ivan/ivan-059/Main/Include/
H A Dgame.h274 static ulong GetLOSTick() { return LOSTick; } in GetLOSTick()
544 static ulong LOSTick; variable
/dports/games/ivan/ivan-059/Main/Source/
H A Dlevel.cpp1317 culong LOSTick = game::GetLOSTick(); in Draw() local
1340 if(LastSeen == LOSTick) in Draw()
1342 else if(Square->Flags & STRONG_BIT || LastSeen == LOSTick - 2) in Draw()
1358 if(Square->LastSeen == LOSTick) in Draw()
3068 culong LOSTick = game::GetLOSTick(); in RevealDistantLightsToPlayer() local
3116 Square->Reveal(LOSTick,false); in RevealDistantLightsToPlayer()
H A Dgame.cpp92 ulong game::LOSTick; member in game
759 LOSTick = 2; in Init()
3972 if(LOSTick != 0xFE) in IncreaseLOSTick()
3973 return LOSTick += 2; in IncreaseLOSTick()
3977 return LOSTick = 4; in IncreaseLOSTick()
H A Dlsquare.cpp675 ulong BitMask = 0, LOSTick = game::GetLOSTick(); in CalculateLuminance() local
678 if((SquarePartLastSeen >> (c << 3) & 0xFF) >= LOSTick) in CalculateLuminance()