mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-11 23:15:41 +00:00
parts pushed too fast
This commit is contained in:
+3
-3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user