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

parts pushed too fast

This commit is contained in:
?
2019-02-08 17:08:00 +01:00
parent 458b3f5dae
commit 162542b616
5 changed files with 7 additions and 7 deletions

View File

@@ -5,6 +5,9 @@ namespace hr {
namespace mapeditor {
hyperpoint lstart;
cell *lstartcell;
struct editwhat {
double dist;
int rotid, symid, pointid;
@@ -1527,9 +1530,6 @@ namespace mapeditor {
return true;
}
hyperpoint lstart;
cell *lstartcell;
void drawHandleKey(int sym, int uni) {
handlePanning(sym, uni);