Home
last modified time | relevance | path

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

/dports/games/toppler/toppler-1.1.6/
H A Dleveledit.cc281 lev_set_towercol(oldc[0],oldc[1],oldc[2]); in edit_towercolor()
283 lev_set_towercol(newc[0],newc[1],newc[2]); in edit_towercolor()
514 lev_set_towercol(rand() % 256,rand() % 256,rand() % 256); in le_edit()
H A Dlevel.h124 void lev_set_towercol(Uint8 r, Uint8 g, Uint8 b);
H A Dmenu.cc815 lev_set_towercol(rand() % 256, rand() % 256, rand() % 256); in men_main_bonusgame_proc()
H A Dlevel.cc592 void lev_set_towercol(Uint8 r, Uint8 g, Uint8 b) { in lev_set_towercol() function