Remove one invalid cast. See stepmania-devs.

This commit is contained in:
Steve Checkoway
2006-08-01 07:49:22 +00:00
parent 767bf0ec82
commit 77475dd945
+1 -1
View File
@@ -76,7 +76,7 @@ public:
}
void PushValue( lua_State *L ) const
{
PrefPushValue( L, (BasicType &)m_currentValue );
PrefPushValue<BasicType>( L, m_currentValue );
}
void LoadDefault()