0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-02-25 13:11:54 +00:00

Restore this that got shifted.

This commit is contained in:
Steel Titanium 2020-02-15 17:55:25 -05:00
parent 2b678aaef0
commit 45ab4244fc

View file

@ -2335,6 +2335,8 @@ static int lib_rGetNameByColor(lua_State *L)
return 1; return 1;
} }
// S_SOUND
////////////
static int lib_sStartSound(lua_State *L) static int lib_sStartSound(lua_State *L)
{ {
const void *origin = NULL; const void *origin = NULL;