Home
last modified time | relevance | path

Searched refs:ICONARROWS (Results 1 – 6 of 6) sorted by relevance

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_def.h205 #define ICONARROWS 72 macro
H A Drt_door.c3813 spot = MAPSPOT(pw->tilex,pw->tiley,1)-ICONARROWS; in WallPushing()
3915 spot = MAPSPOT(pw->tilex,pw->tiley,1)-ICONARROWS; in WallMoving()
H A Drt_actor.c9704 spot = MAPSPOT(ob->tilex,ob->tiley,1)-ICONARROWS; in SelectSnakeDir()
10986 spot = MAPSPOT(ob->tilex,ob->tiley,1)-ICONARROWS; in T_MoveColumn()
12355 spot = MAPSPOT(ob->tilex,ob->tiley,1)-ICONARROWS; in SelectPathDir()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dwl_def.h100 #define ICONARROWS 90 macro
/dports/games/bstone/bstone-1.1.9/src/
H A D3d_def.h185 #define ICONARROWS (90) macro
H A D3d_act2.cpp4287 spot = MAPSPOT(ob->tilex, ob->tiley, 1) - ICONARROWS; in SelectPathDir()