simplify - do this stuff in Lua

This commit is contained in:
Glenn Maynard
2005-09-09 08:11:31 +00:00
parent 9a02d19e3d
commit fbcab87acc
2 changed files with 14 additions and 50 deletions
-8
View File
@@ -72,14 +72,6 @@ private:
PaneTypes m_CurPane;
PlayerNumber m_PlayerNumber;
struct Level
{
apActorCommands m_Command;
float m_fIfLessThan;
};
typedef vector<Level> ArrayLevels;
ArrayLevels m_Levels[NUM_PANE_CONTENTS];
ThemeMetric<CString> EMPTY_MACHINE_HIGH_SCORE_NAME;
};