Fixed ScreenPrompt::AnswerOnCommand metrics by calling LOAD_ALL_COMMANDS after the name was set.

This commit is contained in:
Kyzentun
2014-11-05 22:26:25 -07:00
parent f54f9ef521
commit 5487362902
4 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -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 );