Integrate C++11 branch into 5_1-new
This commit is contained in:
+2
-1
@@ -9,6 +9,7 @@
|
||||
#include "ModIcon.h"
|
||||
#include "ThemeMetric.h"
|
||||
#include "AutoActor.h"
|
||||
#include <array>
|
||||
|
||||
class OptionRowHandler;
|
||||
class GameCommand;
|
||||
@@ -141,7 +142,7 @@ protected:
|
||||
ModIcon *m_ModIcons[NUM_PLAYERS];
|
||||
|
||||
bool m_bFirstItemGoesDown;
|
||||
bool m_bRowHasFocus[NUM_PLAYERS];
|
||||
std::array<bool, NUM_PLAYERS> m_bRowHasFocus;
|
||||
|
||||
int m_iChoiceInRowWithFocus[NUM_PLAYERS]; // this choice has input focus
|
||||
// Only one will true at a time if m_pHand->m_Def.bMultiSelect
|
||||
|
||||
Reference in New Issue
Block a user