From e59a032fb9afac6496acf3fba51a2a329bd0f992 Mon Sep 17 00:00:00 2001 From: aura Date: Mon, 16 Mar 2026 13:35:33 +0100 Subject: more editor work --- src/editor/editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/editor/editor.cpp') diff --git a/src/editor/editor.cpp b/src/editor/editor.cpp index e2267b8..bc14146 100644 --- a/src/editor/editor.cpp +++ b/src/editor/editor.cpp @@ -610,9 +610,9 @@ STAT editor_new_map( GAME_EDITOR* e, const char* mapname ) { m->startpos = { 10.f, 10.f, 0.f }; m->props.push( { .clr = { 1.f, 1.f, 1.f, 1.f } } ); m->walls.push( { + .propid = 0, .start = { 0 , 0, -40.f }, .end = { 10.f, 0, 80.f }, - .propid = 0 } ); CFG_SECTION* map_cfg = map_serialize( m ); -- cgit v1.2.3