(svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debugging levels to
use in debug.h. grfmsg() is now used as a specific debug-function for grf.
This commit is contained in:
@@ -1665,7 +1665,7 @@ make_red:
|
||||
ssd->next_dir[ssd->cur_stack] = _dir_from_track[ssd->bit[i]];
|
||||
ssd->cur_stack++;
|
||||
} else {
|
||||
DEBUG(misc, 0) ("NUM_SSD_STACK too small"); /// @todo WTF is this???
|
||||
DEBUG(misc, 0, "NUM_SSD_STACK too small"); /// @todo WTF is this???
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user