Correct debugs

svn-id: r15054
This commit is contained in:
Travis Howell 2004-09-12 13:21:44 +00:00
parent 47f4c6f9c5
commit 172eefde7d
2 changed files with 3 additions and 3 deletions

View file

@ -1025,7 +1025,7 @@ void ScummEngine_v7he::o7_unknownFB() {
g = pop();
h = pop();
i = pop();
debug(1,"o7_unknownFB case 245 stub (%d, %d, %d, %d, %d, %d, %d, %d, %d)", a, b, c, d, e, g, h, i);
debug(1,"o7_unknownFB case 246 stub (%d, %d, %d, %d, %d, %d, %d, %d, %d)", a, b, c, d, e, g, h, i);
break;
case 247:
a = pop();
@ -1045,7 +1045,7 @@ void ScummEngine_v7he::o7_unknownFB() {
debug(1,"o7_unknownFB case 248 stub (%d, %d, %d, %d, %d, %d, %d, %d, %d)", a, b, c, d, e, g, h, i);
break;
default:
error("o7_unknownFB: default type %d", subOp);
error("o7_unknownFB: default case %d", subOp);
}
}