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;