From 967fd877b1190c3eded1d42421977eb307079e07 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 25 Apr 2005 03:45:37 +0000 Subject: Remove excess ; svn-id: r17794 --- scumm/object.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/object.cpp b/scumm/object.cpp index 668a388969..2120f27f63 100644 --- a/scumm/object.cpp +++ b/scumm/object.cpp @@ -1072,7 +1072,7 @@ int ScummEngine::getObjectImageCount(int object) { int objnum; objnum = getObjectIndex(object); - if (objnum == -1); + if (objnum == -1) return 0; ptr = getOBIMFromObject(_objs[objnum]); -- cgit v1.2.3