Replace SCM with int

This commit is contained in:
wizzard 2004-02-01 04:16:57 +00:00
parent 713ba012fc
commit 86a8a3c603

View file

@ -934,7 +934,7 @@ local int CclSoundForName(lua_State* l)
** Glue between c and scheme. Allows to specify some global game sounds
** in a ccl file.
*/
local SCM CclDefineGameSounds(lua_State* l)
local int CclDefineGameSounds(lua_State* l)
{
return 0;
}