Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dgeometry.cpp1109 EX int last_texture_step; variable
1210 if(floor_textures && last_texture_step != vid.texture_step) { in check_cgi()
1211 println(hlog, "changed ", last_texture_step, " to ", vid.texture_step); in check_cgi()
H A Dfloorshapes.cpp1297 last_texture_step = vid.texture_step; in make_floor_textures_here()