debian bug 71234 - closing player selection window causes core dump

Too much code was being shared between the extended command window
and the popup dialogs for player selection, causing an uninitialized
variable to be referenced, often resulting in a core dump.
This commit is contained in:
cohrs
2003-10-13 20:24:17 +00:00
parent 10160cc4d9
commit 3480525053
2 changed files with 22 additions and 2 deletions
+2
View File
@@ -59,6 +59,8 @@ win32gui: you couldn't specify an alignment in defaults.nh and have it stick
win32gui: allow race/gender/alignment selections beyond those specified in
defaults.nh, while still honoring defaults.nh choices
unix: don't define errno if NHSTDC
X11: avoid a possible crash when using window manger to close a player
selection window
General New Features