use OptionsCursorPlus

This commit is contained in:
Chris Danford
2005-07-30 04:49:50 +00:00
parent 27a4d9df27
commit 00b65ce3bc
2 changed files with 19 additions and 9 deletions
+2 -1
View File
@@ -9,6 +9,7 @@
#include "DualScrollBar.h"
#include "ThemeMetric.h"
#include "OptionRow.h"
#include "OptionsCursor.h"
class OptionRowHandler;
@@ -106,7 +107,7 @@ protected:
ActorFrame m_framePage;
AutoActor m_sprPage;
OptionsCursor m_Cursor[NUM_PLAYERS];
OptionsCursorPlus m_Cursor[NUM_PLAYERS];
Sprite m_sprLineHighlight[NUM_PLAYERS];
BitmapText m_textPlayerName[NUM_PLAYERS];