eliminate Save on ScreenEditMenu when creating new steps

This commit is contained in:
Chris Danford
2005-03-08 07:57:14 +00:00
parent b6eebd2517
commit 264dd13b45
10 changed files with 86 additions and 22 deletions
+2
View File
@@ -21,6 +21,8 @@ void SMLoader::LoadFromSMTokens(
Steps &out
)
{
out.SetSavedToDisk( true ); // we're loading from disk, so this is by definintion already saved
TrimLeft(sStepsType); TrimRight(sStepsType);
TrimLeft(sDescription); TrimRight(sDescription);
TrimLeft(sDifficulty); TrimRight(sDifficulty);