[Course] Add IsPlayableIn(StepsType) and IsRanking() Lua bindings.

This commit is contained in:
AJ Kelly
2011-08-18 23:54:01 -05:00
parent a2cff970f6
commit 38625e55d8
3 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ public:
{
Trail trail;
bool null;
CacheData(): trail(), null(false) {}
};
typedef map<CacheEntry, CacheData> TrailCache_t;