mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 01:07:57 +00:00
further cleanup
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user