mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-13 03:01:16 +00:00
Space
This commit is contained in:
parent
5e827c30b8
commit
2c1f7890c9
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user