This commit is contained in:
Christian Semmler 2025-08-16 10:45:51 -07:00
parent 5e827c30b8
commit 2c1f7890c9
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -34,6 +34,7 @@ void CreateWidescreen()
for (const AssetView& asset : widescreenBitmaps) {
si::Object* object = new si::Object;
std::string file = std::string("widescreen/") + asset.name + ".bmp";
object->id_ = i;
object->type_ = si::MxOb::Bitmap;
object->flags_ = MxDSAction::c_enabled | MxDSAction::c_bit4;