Fix Doom SuperFX.

This commit is contained in:
Brandon Wright 2018-05-06 19:52:41 -05:00
parent f51734d68c
commit 4345c20af2
1 changed files with 0 additions and 1 deletions

View File

@ -4152,7 +4152,6 @@ static void fx_sm_r15 (void)
uint32 fx_run (uint32 nInstructions)
{
GSU.vCounter = nInstructions;
READR14;
while (TF(G) && (GSU.vCounter-- > 0))
FX_STEP;
#if 0