Fixed ScreenPrompt::AnswerOnCommand metrics by calling LOAD_ALL_COMMANDS after the name was set.
This commit is contained in:
+1
-1
@@ -93,7 +93,7 @@ public:
|
||||
{
|
||||
Attribute() : length(-1), glow() { }
|
||||
int length;
|
||||
RageColor diffuse[4];
|
||||
RageColor diffuse[NUM_DIFFUSE_COLORS];
|
||||
RageColor glow;
|
||||
|
||||
void FromStack( lua_State *L, int iPos );
|
||||
|
||||
Reference in New Issue
Block a user