Id is already set by base class no need for this

This commit is contained in:
Soggy_Pancake 2026-03-21 22:21:00 -07:00
parent dbba7bc2a5
commit 077a60ef89

View file

@ -11,9 +11,6 @@ FileTexturePack::FileTexturePack(DWORD id, File *file, TexturePack *fallback) :
return;
}
if (id)
this->id = id;
loadColourTable();
loadIcon();
loadName(file);