woops (da21ca8 follow-up)

This commit is contained in:
Treeston
2018-08-28 17:30:07 +02:00
parent a001bc63b1
commit 829527a08e

View File

@@ -340,7 +340,7 @@ enum ReactStates
REACT_DEFENSIVE = 1,
REACT_AGGRESSIVE = 2
};
static char const* TC_GAME_API DescribeReactState(ReactStates state) {
inline char const* DescribeReactState(ReactStates state) {
switch (state)
{
case REACT_PASSIVE: return "PASSIVE";