From 16192eb7b767eebe511ae415269069116c627d0c Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 16 Apr 2011 17:18:40 -0400 Subject: [PATCH] You can now close the Age Description window --- Sources/Tools/MaxMain/plAgeDescInterface.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/Tools/MaxMain/plAgeDescInterface.cpp b/Sources/Tools/MaxMain/plAgeDescInterface.cpp index 187ca0f9..4826633c 100644 --- a/Sources/Tools/MaxMain/plAgeDescInterface.cpp +++ b/Sources/Tools/MaxMain/plAgeDescInterface.cpp @@ -222,7 +222,9 @@ BOOL plAgeDescInterface::DlgProc(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lPar case IDCANCEL: if( IMakeSureCheckedIn() ) { +#ifdef MAXASS_AVAILABLE IUpdateCurAge(); +#endif DestroyWindow(fhDlg); fhDlg = nil; fDirty = false;