Fix change colormap on null costume, fix PrintDebug line terminator
This commit is contained in:
parent
8e1925acf5
commit
d310d090d8
2 changed files with 4 additions and 2 deletions
2
lua.cpp
2
lua.cpp
|
@ -216,8 +216,8 @@ static void PrintDebug() {
|
|||
std::string msg = luaL_check_string(1);
|
||||
|
||||
msg.insert(0, "Debug: ");
|
||||
std::fputs(msg.c_str(), stderr);
|
||||
msg.append("\n");
|
||||
std::fputs(msg.c_str(), stderr);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue