Remove some whitespace

This commit is contained in:
Clownacy 2020-01-09 05:42:26 +00:00
parent 4faf94e951
commit 242aa05920

View file

@ -817,7 +817,7 @@ void SetOrganyaPosition(unsigned int x)
unsigned int GetOrganyaPosition(void)
{
if (!audio_backend_initialised)
return 0 ;
return 0;
return PlayPos;
}