diff --git a/stepmania/src/ActorCommands.cpp b/stepmania/src/ActorCommands.cpp index b56719238f..2a47bfb998 100644 --- a/stepmania/src/ActorCommands.cpp +++ b/stepmania/src/ActorCommands.cpp @@ -87,6 +87,8 @@ ActorCommands::ActorCommands( const CString &sCommands ) } Register(); + + ASSERT_M( !this->IsNil(), m_sLuaFunction.c_str() ); } void ActorCommands::Register()