From 2f6dbf5a5ad81d3d59d6f7d058cf3eee6227e019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?= Date: Sun, 19 Jul 2009 23:44:15 +0200 Subject: Fixed resetting of replay information (closes #156) --- status.c | 1 + 1 file changed, 1 insertion(+) (limited to 'status.c') diff --git a/status.c b/status.c index 442eb30..63c9f70 100644 --- a/status.c +++ b/status.c @@ -39,6 +39,7 @@ void cText2SkinStatus::Replaying(const cControl* /*Control*/, const char *Name, { Dprintf("cText2SkinStatus::Replaying(%s)\n", Name); eReplayMode oldMode = mReplayMode; + mReplay = NULL; if (mRender != NULL) mRender->UpdateLock(); -- cgit v1.2.3