From 70b4c024bf30ce7bbdcef9852553909fe8f1ed18 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Mon, 30 May 2011 15:44:46 -0400 Subject: [PATCH] Right...rushed that part a bit. --- src/GameManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GameManager.cpp b/src/GameManager.cpp index 184043a1f1..2ff129892c 100644 --- a/src/GameManager.cpp +++ b/src/GameManager.cpp @@ -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; }