SortOrder_INVALID, NUM_SortOrder

This commit is contained in:
Glenn Maynard
2006-09-26 07:42:55 +00:00
parent 2ed1154dfb
commit e8a3c636f6
9 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ static const char *SortOrderNames[] = {
"Endless",
"Roulette",
};
XToString( SortOrder, NUM_SORT_ORDERS );
XToString( SortOrder, NUM_SortOrder );
StringToX( SortOrder );
static void LuaSortOrder(lua_State* L)