AGI: Replace report() macro by debug() / warning()
This makes AGI quite a bit less noisy by default. svn-id: r53868
This commit is contained in:
parent
4e2d1b507a
commit
7c2323bdc3
12 changed files with 41 additions and 49 deletions
|
@ -152,7 +152,7 @@ bool Console::Cmd_Flags(int argc, const char **argv) {
|
|||
for (j = 0; j < 10; j++, i++) {
|
||||
DebugPrintf("%c ", _vm->getflag(i) ? 'T' : 'F');
|
||||
}
|
||||
report("\n");
|
||||
DebugPrintf("\n");
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue