only clamp description for edits

This commit is contained in:
Chris Danford
2005-04-13 08:05:48 +00:00
parent d4df3a1431
commit ce83ae6ef0
5 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -285,7 +285,7 @@ void ScreenEditMenu::MenuStart( PlayerNumber pn )
SM_BackFromEditDescription,
"Name the new edit.",
GAMESTATE->m_pCurSteps[0]->GetDescription(),
MAX_DESCRIPTION_LENGTH,
MAX_EDIT_DESCRIPTION_LENGTH,
ValidateCurrentStepsDescription,
SetCurrentStepsDescription,
DeleteCurrentSteps );