Merge branch 'master' of github.com:wesnoth/wesnoth
This commit is contained in:
commit
972fe21cac
1 changed files with 3 additions and 0 deletions
|
@ -94,6 +94,9 @@ int lua_kernel_base::intf_print(lua_State* L)
|
|||
if (!str) {
|
||||
str = "";
|
||||
}
|
||||
if (i > 1) {
|
||||
cmd_log_ << "\t"; //separate multiple args with tab character
|
||||
}
|
||||
cmd_log_ << str;
|
||||
DBG_LUA << "'" << str << "'\n";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue