forked from teamnwah/openmw-tes3coop
[Server] Fix build
This commit is contained in:
parent
05abb8ace3
commit
d44848ecbb
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ LuaState::LuaState()
|
||||||
LOG_APPEND(level, "%s", message);
|
LOG_APPEND(level, "%s", message);
|
||||||
});
|
});
|
||||||
|
|
||||||
lua->new_enum("Log"
|
lua->new_enum("Log",
|
||||||
"LOG_FATAL", Log::LOG_FATAL,
|
"LOG_FATAL", Log::LOG_FATAL,
|
||||||
"LOG_ERROR", Log::LOG_ERROR,
|
"LOG_ERROR", Log::LOG_ERROR,
|
||||||
"LOG_WARN", Log::LOG_WARN,
|
"LOG_WARN", Log::LOG_WARN,
|
||||||
|
|
Loading…
Reference in a new issue