fix weird singleton init

This commit is contained in:
Glenn Maynard
2006-09-28 03:41:56 +00:00
parent 080e51a2c4
commit 1cdab04b96
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
static const RString WORKOUTS_SUBDIR = "Workouts/";
WorkoutManager* WORKOUTMAN = new WorkoutManager; // global and accessable from anywhere in our program
WorkoutManager* WORKOUTMAN = NULL; // global and accessable from anywhere in our program
WorkoutManager::WorkoutManager()
{