From f29ee994108bf443de4aeeabd7519f13ca4b7a4d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 10 May 2023 14:11:02 +0200 Subject: wip virtual entity stuff --- src/scenery.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/scenery.cpp') 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 -- cgit v1.2.3