summaryrefslogtreecommitdiff
path: root/src/editor/editor.cpp
diff options
context:
space:
mode:
authoraura <nw@moneybot.cc>2026-03-16 13:35:33 +0100
committeraura <nw@moneybot.cc>2026-03-16 13:35:33 +0100
commite59a032fb9afac6496acf3fba51a2a329bd0f992 (patch)
tree930bc3bc05e32127153cba12ac1248bc400b860d /src/editor/editor.cpp
parentf1882249843caa8bd931ecb76bb489615e079b10 (diff)
more editor work
Diffstat (limited to 'src/editor/editor.cpp')
-rw-r--r--src/editor/editor.cpp2
1 files changed, 1 insertions, 1 deletions
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 );