From 595d9534c3ebd2e8f6615481c05ff90818a1c3f9 Mon Sep 17 00:00:00 2001 From: Ludvig Strigeus Date: Sat, 10 Nov 2001 19:12:32 +0000 Subject: fixed hardcoded number -> constant stuff (patches by janssen) svn-id: r3483 --- debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug.cpp') diff --git a/debug.cpp b/debug.cpp index a5688ba6a8..ed04faf699 100644 --- a/debug.cpp +++ b/debug.cpp @@ -165,7 +165,7 @@ void ScummDebugger::printActors(int act) { printf("+--------------------------------------------------------------+\n"); printf("|# |room| x y |elev|cos|width|box|mov|zp|frame|scale|spd|dir|\n"); printf("+--+----+--------+----+---+-----+---+---+--+-----+-----+---+---+\n"); - for(i=1; i<13; i++) { + for(i=1; iactor[i]; if (a->visible) -- cgit v1.2.3