Home
last modified time | relevance | path

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

/dragonfly/games/phantasia/
H A Dphantdefs.h135 #define D_EXPER (2000.0) /* distance experimentos are allowed */ macro
H A Dmain.c387 if (fabs(Player.p_x) > D_EXPER || fabs(Player.p_y) > D_EXPER) in rollnewplayer()