Home
last modified time | relevance | path

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

/dports/games/toppler/toppler-1.1.6/
H A Dlevel.cc733 (tower[row][col] == TB_STICK_TOP) || in lev_is_stick()
743 (tower[row][col] == TB_STICK_TOP) || in lev_is_elevator()
750 if (tower[row][col] == TB_ELEV_TOP) tower[row][col] = TB_STICK_TOP; in lev_platform2stick()
756 if (tower[row][col] == TB_STICK_TOP) tower[row][col] = TB_ELEV_TOP; in lev_stick2platform()
764 if (tower[row][col] == TB_STICK_TOP) tower[row][col] = TB_STATION_TOP; in lev_stick2empty()
772 if (tower[row][col] == TB_STATION_TOP) tower[row][col] = TB_STICK_TOP; in lev_empty2stick()
H A Dlevel.h49 TB_STICK_TOP, enumerator