mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-26 16:50:46 +00:00
refactor: begin unglobbing std::vector
This commit is contained in:
@@ -1083,7 +1083,7 @@ void Recipes::addShapelessRecipy(ItemInstance *result,... )
|
||||
Item *pItem;
|
||||
Recipy::_eGroupType group = Recipy::eGroupType_Decoration;
|
||||
wchar_t wchFrom;
|
||||
vector <ItemInstance *> *ingredients = new vector<ItemInstance *>();
|
||||
vector <ItemInstance *> *ingredients = new std::vector<ItemInstance *>();
|
||||
|
||||
va_start(vl,result);
|
||||
// 4J-PB - second argument is a list of the types
|
||||
|
||||
Reference in New Issue
Block a user