Home
last modified time | relevance | path

Searched defs:previous_map_location (Results 1 – 2 of 2) sorted by relevance

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/core/
H A DGame.cpp400 Rectangle previous_map_location; in update_transitions() local
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DHero.cpp662 void Hero::place_on_destination(Map& map, const Rectangle& previous_map_location) { in place_on_destination()