1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-05 06:41:23 +00:00

added CAP_SHAPES: poly system works, but no shapes are used

This commit is contained in:
?
2019-02-17 19:39:44 +01:00
committed by Zeno Rogue
parent 4586516a58
commit a3eb161235
9 changed files with 116 additions and 66 deletions

View File

@@ -1,5 +1,5 @@
namespace hr {
#if CAP_POLY
#if CAP_SHAPES
vector<plain_floorshape*> all_plain_floorshapes;
vector<escher_floorshape*> all_escher_floorshapes;
@@ -591,8 +591,6 @@ namespace gp {
qfloorinfo qfi;
int chasmg;
void set_no_floor() {
qfi.fshape = NULL;
qfi.shape = NULL;