Right...rushed that part a bit.

This commit is contained in:
Jason Felds
2011-05-30 15:44:46 -04:00
parent bf69af0a76
commit 70b4c024bf
+1 -1
View File
@@ -2935,7 +2935,7 @@ const Style* GameManager::GetEditorStyleForStepsType( StepsType st )
} }
} }
ASSERT_M(0, ssprintf("The current game \"%s\" cannot use this Style with the editor!", pGame->m_szName.c_str())); ASSERT_M(0, ssprintf("The current game cannot use this Style with the editor!"));
return NULL; return NULL;
} }