Fix Windows build and tests

This commit is contained in:
2020-02-02 22:32:33 -05:00
parent c4c201db6e
commit 511b1858a3
7 changed files with 18 additions and 18 deletions

View File

@@ -90,7 +90,7 @@ public:
};
enum class eSpecCtxType {
SCEN, OUT, TOWN,
SCEN, OUTDOOR, TOWN,
};
class cTimer {