Fix change colormap on null costume, fix PrintDebug line terminator

This commit is contained in:
Erich Edgar Hoover 2006-01-05 07:38:09 +00:00
parent 8e1925acf5
commit d310d090d8
2 changed files with 4 additions and 2 deletions

View file

@ -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);
}
}