Files
openttd/window.c
Darkvater a64f7dc354 (svn r7635) -Fix (r7618, r7621): Guard against recursive deletion. It is possible that when a
parent window is deleted it deletes its child (always) and in turn, through some
 code the child initiates the deletion of the parent which, if not guarded
 against, deletes the child and so on...
2006-12-30 01:08:12 +00:00

51 KiB