1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-17 07:07:38 +00:00

fixes for Emscripten, and for compiling without tutorial

This commit is contained in:
Zeno Rogue
2017-04-15 04:48:59 +02:00
parent 0e9119c7b2
commit 4570fa2ea4
10 changed files with 19114 additions and 7 deletions

View File

@@ -13,6 +13,8 @@
namespace mapeditor {
int subcanvas;
int displaycodes;
#ifndef NOEDIT
map<int, cell*> modelcell;
@@ -425,7 +427,6 @@ namespace mapeditor {
int subscreen; //0=normal, 1=config, 2=patterns, 3=predesigned
bool symRotation, sym01, sym02, sym03;
int displaycodes;
int whichpart;
cell *drawcell;