remove conflicting Lua function, Song()
This commit is contained in:
@@ -1303,8 +1303,6 @@ int LuaFunc_##func( lua_State *L ) { \
|
|||||||
} \
|
} \
|
||||||
LuaFunction( func ); /* register it */
|
LuaFunction( func ); /* register it */
|
||||||
|
|
||||||
LuaFunction_Str( Song, SONGMAN->FindSong( str ) );
|
|
||||||
|
|
||||||
LuaFunction_Song( SongFullDisplayTitle, p->GetFullDisplayTitle() );
|
LuaFunction_Song( SongFullDisplayTitle, p->GetFullDisplayTitle() );
|
||||||
|
|
||||||
static bool CheckPointer( const Steps *p )
|
static bool CheckPointer( const Steps *p )
|
||||||
|
|||||||
Reference in New Issue
Block a user