allow showing course mods in the editor

This commit is contained in:
Glenn Maynard
2004-01-26 20:56:58 +00:00
parent b9b589cc34
commit bc0af51dcc
2 changed files with 100 additions and 5 deletions
+3 -1
View File
@@ -19,6 +19,7 @@
#include "SnapDisplay.h"
#include "Background.h"
#include "Foreground.h"
#include "Course.h"
const int NUM_ACTION_MENU_ITEMS = 23;
@@ -87,10 +88,11 @@ protected:
NoteField m_NoteFieldRecord;
// for MODE_PLAY
void SetupCourseAttacks();
Player m_Player;
Background m_Background;
Foreground m_Foreground;
Course *m_pAttacksFromCourse;
// for MODE_RECORD and MODE_PLAY