From 51933629d1f1a17839ddbb75b2b619effe117abb Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 2 Nov 2009 21:54:57 +0000 Subject: Changed foo(void) to foo() in almost all non-backend source files svn-id: r45616 --- engines/cruise/actor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cruise/actor.h') diff --git a/engines/cruise/actor.h b/engines/cruise/actor.h index 7e9f3672ad..d55aac1eca 100644 --- a/engines/cruise/actor.h +++ b/engines/cruise/actor.h @@ -68,7 +68,7 @@ struct actorStruct { bool isAnimFinished(int overlayIdx, int idx, actorStruct *pStartEntry, int objType); actorStruct *findActor(actorStruct *pStartEntry, int overlayIdx, int objIdx, int type); -void processAnimation(void); +void processAnimation(); void getPixel(int x, int y); } // End of namespace Cruise -- cgit v1.2.3