Replace Delay call with LR_Delay

This commit is contained in:
twinaphex 2015-09-11 01:59:51 +02:00
parent a69d366a64
commit 5a57fd52a8

View File

@ -1360,9 +1360,7 @@ startplayloop:
SD_StopSound();
SD_PlaySound(GETSPEARSND);
if (DigiMode != sds_Off)
{
Delay(150);
}
LR_Delay(150);
else
SD_WaitSoundDone();