From c80778f6d86013af3da2bb2a59e912092b16d96c Mon Sep 17 00:00:00 2001 From: andreas 'randy' weinberger Date: Tue, 23 Nov 2010 20:52:51 +0100 Subject: typo fixed (replay.framesPerSecond = FRAMESPERSECOND) --- state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'state.c') diff --git a/state.c b/state.c index 6f29e9d..771e113 100644 --- a/state.c +++ b/state.c @@ -45,7 +45,7 @@ cGraphLCDState::cGraphLCDState(cGraphLCDDisplay * Display) replay.framesPerSecond = DEFAULTFRAMESPERSECOND; #else replay.currentLast = FRAMESPERSEC; - replay.framesPerSecond = FRAMESPERSEC; + replay.framesPerSecond = FRAMESPERSECOND; #endif replay.total = 0; replay.totalLast = 1; -- cgit v1.2.3