Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nattthebear committed Jul 22, 2017
1 parent 1033995 commit f6cc4c1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ public void FrameAdvance(IController controller, bool render, bool rendersound =
if (next && !_nextDiskPressed)
newDisk++;

_prevDiskPressed = prev;
_nextDiskPressed = next;

if (newDisk < -1)
newDisk = -1;
if (newDisk >= _cds.Length)
Expand Down

0 comments on commit f6cc4c1

Please sign in to comment.