1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-07-03 17:02:42 +00:00

fixed the plain graphics for {4,oo}

This commit is contained in:
Zeno Rogue
2019-12-27 23:01:55 +01:00
parent 3330d6060b
commit 8672720773
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -339,7 +339,7 @@ hpcshape
void init_floorshapes();
void bshape2(hpcshape& sh, PPR prio, int shapeid, struct matrixlist& m);
void bshape_regular(floorshape &fsh, int id, int sides, int shift, ld size, cell *model);
void bshape_regular(floorshape &fsh, int id, int sides, ld shift, ld size, cell *model);
void generate_floorshapes_for(int id, cell *c, int siid, int sidir);
void generate_floorshapes();
void make_floor_textures_here();