2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 10:37:41 -04:00

You can now close the Age Description window

This commit is contained in:
2011-04-16 17:18:40 -04:00
parent aeeec0b013
commit 16192eb7b7

View File

@ -222,7 +222,9 @@ BOOL plAgeDescInterface::DlgProc(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lPar
case IDCANCEL: case IDCANCEL:
if( IMakeSureCheckedIn() ) if( IMakeSureCheckedIn() )
{ {
#ifdef MAXASS_AVAILABLE
IUpdateCurAge(); IUpdateCurAge();
#endif
DestroyWindow(fhDlg); DestroyWindow(fhDlg);
fhDlg = nil; fhDlg = nil;
fDirty = false; fDirty = false;