Home
last modified time | relevance | path

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

/dports/games/beret/beret-freebsd-ab3c397400be60ce69903389727acf6cdf0a3119/
H A Dthing.c38 #define MOVERSPEED 7.5 macro
222 this->vy = approach(this->vy, -MOVERSPEED, MOVERACC); in tile_collision()
224 this->vx = approach(this->vx, MOVERSPEED, MOVERACC); in tile_collision()
226 this->vy = approach(this->vy, MOVERSPEED, MOVERACC); in tile_collision()
228 this->vx = approach(this->vx, -MOVERSPEED, MOVERACC); in tile_collision()