Home
last modified time | relevance | path

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

/dports/games/stuntrally/stuntrally-2.6.1/source/road/
H A DSplineBase.h152 void UpdPointsH(); // set markers pos, h on ter
H A DRoad_Edit.cpp133 void SplineEdit::UpdPointsH() in UpdPointsH() function in SplineEdit
/dports/games/stuntrally/stuntrally-2.6.1/source/editor/
H A DGui_Tools.cpp235 { app->scn->road->UpdPointsH(); in btnScaleAll()
H A DGui_EventsTer.cpp362 { app->scn->road->UpdPointsH(); in btnScaleTerH()
H A DUpdate_Key.cpp648 case key(B): if (road) { road->UpdPointsH(); road->Rebuild(true); } break; in keyPressed()