Home
last modified time | relevance | path

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

/dports/games/toppler/toppler-1.1.6/
H A Drobots.cc42 rob_kinds futureKind; member
348 object[t].futureKind = OBJ_KIND_FREEZEBALL; in rob_new()
353 object[t].futureKind = OBJ_KIND_JUMPBALL; in rob_new()
358 object[t].futureKind = OBJ_KIND_JUMPBALL; in rob_new()
363 object[t].futureKind = OBJ_KIND_ROBOT_VERT; in rob_new()
368 object[t].futureKind = OBJ_KIND_ROBOT_VERT; in rob_new()
373 object[t].futureKind = OBJ_KIND_ROBOT_HORIZ; in rob_new()
378 object[t].futureKind = OBJ_KIND_ROBOT_HORIZ; in rob_new()
422 object[t].kind = object[t].futureKind; in rob_update()