From cce8e2596019d462eb3e2f6e0375a41a8c510487 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Mon, 28 Jan 2008 13:10:49 +0000 Subject: Removed all job routines. Stubs have been left for future reference in the code for BRA. svn-id: r30675 --- engines/parallaction/gfxbase.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/parallaction/gfxbase.cpp') diff --git a/engines/parallaction/gfxbase.cpp b/engines/parallaction/gfxbase.cpp index 8b1bbcacd3..c032f417bd 100644 --- a/engines/parallaction/gfxbase.cpp +++ b/engines/parallaction/gfxbase.cpp @@ -130,6 +130,7 @@ void Gfx::drawGfxObjects(Graphics::Surface &surf) { // TODO: some zones don't appear because of wrong masking (3 or 0?) // TODO: Dr.Ki is not visible inside the club + for (uint i = 0; i < 3; i++) { GfxObjList::iterator b = _gfxobjList[i].begin(); -- cgit v1.2.3