mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-23 23:41:15 +00:00
Space
This commit is contained in:
parent
5e827c30b8
commit
2c1f7890c9
@ -34,6 +34,7 @@ void CreateWidescreen()
|
|||||||
for (const AssetView& asset : widescreenBitmaps) {
|
for (const AssetView& asset : widescreenBitmaps) {
|
||||||
si::Object* object = new si::Object;
|
si::Object* object = new si::Object;
|
||||||
std::string file = std::string("widescreen/") + asset.name + ".bmp";
|
std::string file = std::string("widescreen/") + asset.name + ".bmp";
|
||||||
|
|
||||||
object->id_ = i;
|
object->id_ = i;
|
||||||
object->type_ = si::MxOb::Bitmap;
|
object->type_ = si::MxOb::Bitmap;
|
||||||
object->flags_ = MxDSAction::c_enabled | MxDSAction::c_bit4;
|
object->flags_ = MxDSAction::c_enabled | MxDSAction::c_bit4;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user