LoadSound fix.
This commit is contained in:
@@ -62,8 +62,9 @@ int laudioLoadSound( lua_State *L ) {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
lua_pushinteger( L, -1 );
|
lua_pushinteger( L, -1 );
|
||||||
return 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user