Home
last modified time | relevance | path

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

/dports/games/toppler/toppler-1.1.6/
H A Ddecl.h46 #define TOWER_STEPS_PER_COLUMN 8 macro
47 #define TOWER_ANGLES (TOWER_COLUMNS*TOWER_STEPS_PER_COLUMN)
H A Dscreen.cc1475 int col = ((a - angle) / TOWER_STEPS_PER_COLUMN) & (TOWER_COLUMNS - 1); in putthings()
1518 int col = ((a - angle) / TOWER_STEPS_PER_COLUMN) & (TOWER_COLUMNS - 1); in putthings_editor()