Remove AUTO_VAR macro and _toString function (#592)
This commit is contained in:
@@ -167,6 +167,6 @@ void CropTile::registerIcons(IconRegister *iconRegister)
|
||||
|
||||
for (int i = 0; i < 8; i++)
|
||||
{
|
||||
icons[i] = iconRegister->registerIcon(L"crops_" + _toString(i));
|
||||
icons[i] = iconRegister->registerIcon(L"crops_" + std::to_wstring(i));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user