Home
last modified time | relevance | path

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

/dports/games/toppler/toppler-1.1.6/
H A Dlevel.cc764 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()
780 if (tower[row][col] == TB_ELEV_TOP) tower[row][col] = TB_STATION_TOP; in lev_platform2empty()
1131 void lev_puttopstation(int row, int col) { tower[row][col] = TB_STATION_TOP; } in lev_puttopstation()
1189 while ((tower[d][c] != TB_STATION_TOP) && (d < towerheight)) { in lev_is_consistent()
1218 while ((tower[d][c] != TB_STATION_TOP) && (d < towerheight)) { in lev_is_consistent()
1271 if (tower[r][c] == TB_STATION_TOP) { in lev_is_consistent()
H A Dlevel.h31 TB_STATION_TOP, enumerator
H A Dscreen.cc1107 case TB_STATION_TOP: in putcase_editor()