Home
last modified time | relevance | path

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

/dports/games/scourge/scourge/src/
H A Dcreature.h153 std::map<Trap*, Uint32> trapFindAttempts; variable
H A Dcreature.cpp3373 if ( trapFindAttempts.find( trap ) != trapFindAttempts.end() ) { in rollTrapFind()
3374 Uint32 lastTime = trapFindAttempts[ trap ]; in rollTrapFind()
3379 trapFindAttempts[ trap ] = SDL_GetTicks(); in rollTrapFind()
3385 trapFindAttempts.clear(); in resetTrapFindAttempts()