cleanup
svn-id: r34782
This commit is contained in:
parent
ca53370157
commit
7cc871b84f
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ bool Debugger::Cmd_DebugFlagsList(int argc, const char **argv) {
|
|||
|
||||
DebugPrintf("Engine debug levels:\n");
|
||||
DebugPrintf("--------------------\n");
|
||||
if (!debugLevels.size()) {
|
||||
if (debugLevels.empty()) {
|
||||
DebugPrintf("No engine debug levels\n");
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue