mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 07:53:12 +00:00
DEBUGGER: Add clarifying comment
This commit is contained in:
parent
ce2ba7ddc7
commit
3430757bf4
@ -132,7 +132,8 @@ void Debugger::debugPrintColumns(const Common::StringArray &list) {
|
||||
if (list.size() % columns)
|
||||
lines++;
|
||||
|
||||
|
||||
// This won't always use all available columns, but even if it did the
|
||||
// number of lines should be the same so that's good enough.
|
||||
for (i = 0; i < lines; i++) {
|
||||
for (j = 0; j < columns; j++) {
|
||||
uint pos = i + j * lines;
|
||||
|
Loading…
x
Reference in New Issue
Block a user