mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-16 23:49:33 +00:00
refactor: unglob std::unordered_map
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "../Util/SoundTypes.h"
|
||||
#include "../Headers/net.minecraft.world.h"
|
||||
|
||||
unordered_map<Level *, deque<NotGateTile::Toggle> *> NotGateTile::recentToggles = unordered_map<Level *, deque<NotGateTile::Toggle> *>();
|
||||
std::unordered_map<Level *, deque<NotGateTile::Toggle> *> NotGateTile::recentToggles = std::unordered_map<Level *, deque<NotGateTile::Toggle> *>();
|
||||
|
||||
// 4J - added, to tie in with other changes brought forward from 1.3.2 to associate toggles with a level. In addition to what the java
|
||||
// version does, we are also removing any references to levels that we are storing when they hit their dtor.
|
||||
|
||||
Reference in New Issue
Block a user