Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Richard Gobeille
EDuke32
Commits
5b1aadf2
Commit
5b1aadf2
authored
Apr 21, 2022
by
Richard Gobeille
Browse files
editor: fix crash on sector creation
parent
b75488b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/build/src/build.cpp
View file @
5b1aadf2
...
...
@@ -7076,11 +7076,12 @@ end_join_sectors:
yax_update
(
0
);
yax_updategrays
(
pos
.
z
);
#endif
calc_sector_reachability
();
numwalls
=
newnumwalls
;
newnumwalls
=
-
1
;
numsectors
++
;
calc_sector_reachability
();
asksave
=
1
;
printmessage16
(
"Inner loop made into new sector."
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment