mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 05:29:18 +02:00
lua write error
This commit is contained in:
7
lua.cpp
7
lua.cpp
@@ -158,7 +158,12 @@ extern "C"
|
||||
|
||||
EXPORT void scriptapi_writelog(const char* txt)
|
||||
{
|
||||
WriteLog("lua: log: " + std::string(txt));
|
||||
WriteLog("lua: log: " + std::string(txt), logtype::lua);
|
||||
}
|
||||
|
||||
EXPORT void scriptapi_writeerrorlog(const char* txt)
|
||||
{
|
||||
ErrorLog("lua: log: " + std::string(txt), logtype::lua);
|
||||
}
|
||||
|
||||
struct memcell_values { const char *str; double num1; double num2; };
|
||||
|
||||
Reference in New Issue
Block a user