diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-05-10 14:11:02 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-05-11 00:33:47 +0200 |
| commit | f29ee994108bf443de4aeeabd7519f13ca4b7a4d (patch) | |
| tree | 6f1ad0d719dcfcc5c5c199ce1d25c5531550835d /src/scenery.cpp | |
| parent | aad0d8fd8e2d3409db1b591c6dbc401e02eaeef3 (diff) | |
wip virtual entity stuff
Diffstat (limited to 'src/scenery.cpp')
| -rw-r--r-- | src/scenery.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scenery.cpp b/src/scenery.cpp index 99d277e5..ee774282 100644 --- a/src/scenery.cpp +++ b/src/scenery.cpp @@ -161,6 +161,7 @@ scenery::scenery(object_id id, struct chunk& c, const scenery_proto& proto) : entity{id, c, proto}, sc_type{proto.sc_type}, active{proto.active}, closing{proto.closing}, interactive{proto.interactive} { + fm_debug_assert(atlas); // todo add placeholder graphic } } // namespace floormat |
