summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--state.c2
1 files changed, 1 insertions, 1 deletions
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;