diff options
Diffstat (limited to 'src/editor/editor.cpp')
| -rw-r--r-- | src/editor/editor.cpp | 2 |
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 ); |
