Pump Theme Fixes

This commit is contained in:
Andrew Livy
2003-04-22 14:32:48 +00:00
parent f95a2e7736
commit c86fb65a2f
16 changed files with 35 additions and 10 deletions
+1
View File
@@ -44,6 +44,7 @@
//
#define PREV_SCREEN( play_mode ) THEME->GetMetric ("ScreenGameplay","PrevScreen"+Capitalize(PlayModeToString(play_mode)))
#define NEXT_SCREEN( play_mode ) THEME->GetMetric ("ScreenGameplay","NextScreen"+Capitalize(PlayModeToString(play_mode)))
CachedThemeMetricF SECONDS_BETWEEN_COMMENTS ("ScreenGameplay","SecondsBetweenComments");
CachedThemeMetricF G_TICK_EARLY_SECONDS ("ScreenGameplay","TickEarlySeconds");