mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-28 06:26:22 +00:00
refactor: unglob std::pair
This commit is contained in:
@@ -40,7 +40,7 @@ Stat *Stat::postConstruct()
|
||||
//}
|
||||
Stats::all->push_back(this);
|
||||
|
||||
pair<int, Stat *> id1(id,this);
|
||||
std::pair<int, Stat *> id1(id,this);
|
||||
#ifdef __PS3__
|
||||
Stats::statsById->emplace(id1 );// assert(0); // MGH - TODO - FIX - find out where this move function comes from
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user