further cleanup

This commit is contained in:
Zeno Rogue
2019-09-12 22:50:13 +02:00
parent ad03115097
commit 0ef57dde15
21 changed files with 280 additions and 440 deletions
+2 -2
View File
@@ -6,10 +6,10 @@
namespace hr {
int usershape_changes;
EX int usershape_changes;
array<map<int, usershape*>, mapeditor::USERSHAPEGROUPS> usershapes;
void initShape(int sg, int id) {
EX void initShape(int sg, int id) {
if(!usershapes[sg][id]) {
usershape *us = new usershape;