Home
last modified time | relevance | path

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

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Davatar.cpp369 const bool try_understand = reader.fun_to_read( book ) || in time_to_read() local
371 … int reading_speed = try_understand ? std::max( reader.read_speed(), read_speed() ) : read_speed(); in time_to_read()
H A Dnpc.cpp926 const bool try_understand = reader.fun_to_read( book ) || in time_to_read() local
928 … int reading_speed = try_understand ? std::max( reader.read_speed(), read_speed() ) : read_speed(); in time_to_read()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Davatar.cpp369 const bool try_understand = reader.fun_to_read( book ) || in time_to_read() local
371 … int reading_speed = try_understand ? std::max( reader.read_speed(), read_speed() ) : read_speed(); in time_to_read()
H A Dnpc.cpp926 const bool try_understand = reader.fun_to_read( book ) || in time_to_read() local
928 … int reading_speed = try_understand ? std::max( reader.read_speed(), read_speed() ) : read_speed(); in time_to_read()