From 8a33bd86bc4802bbce9d423cffd72ac971f6f322 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 7 Feb 2003 23:57:52 +0000 Subject: [PATCH] namespace problem --- stepmania/src/ScreenGameplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 938ffc46c4..addb2930ba 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -74,7 +74,7 @@ #define SECONDS_BETWEEN_COMMENTS THEME->GetMetricF("ScreenGameplay","SecondsBetweenComments") #define TICK_EARLY_SECONDS THEME->GetMetricF("ScreenGameplay","TickEarlySeconds") -float g_fTickEarlySecondsCache = 0; // reading directly out of theme metrics is slow +static float g_fTickEarlySecondsCache = 0; // reading directly out of theme metrics is slow // received while STATE_DANCING