added elevator support
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include "MMFloorUnderlays.h"
|
||||
#include "MMFloorPOIs.h"
|
||||
#include "MMFloorStairs.h"
|
||||
#include "MMFloorElevators.h"
|
||||
|
||||
#include "IHasParams.h"
|
||||
|
||||
@@ -39,7 +40,7 @@ public:
|
||||
new MMFloorBeacons(this, floor);
|
||||
new MMFloorPOIs(this, floor);
|
||||
new MMFloorStairs(this, floor);
|
||||
|
||||
new MMFloorElevators(this, floor);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user