diff --git a/mapeditor.cpp b/mapeditor.cpp index 33b55a47..7776af41 100644 --- a/mapeditor.cpp +++ b/mapeditor.cpp @@ -1091,8 +1091,6 @@ EX namespace mapstream { } } - relspin.clear(); - if(shmup::on) shmup::init(); timerstart = time(NULL); turncount = 0; @@ -1191,6 +1189,7 @@ EX namespace mapstream { else callhooks(hooks_loadmap_old, f); + relspin.clear(); cellbyid.clear(); restartGraph(); bfs();