From 0ab09daa6ea14ab3c30811f963d3f359f1ea2159 Mon Sep 17 00:00:00 2001 From: Lance Date: Tue, 19 Feb 2008 12:36:51 +0000 Subject: [PATCH] Fix to plugin system and image loading, Space Invaders plugin works again. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2928 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/cl_plugin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/cl_plugin.inc b/engine/client/cl_plugin.inc index 5455e98bb..c5ef19d8f 100644 --- a/engine/client/cl_plugin.inc +++ b/engine/client/cl_plugin.inc @@ -120,7 +120,7 @@ int VARGS Plug_Draw_LoadImage(void *offset, unsigned int mask, const int *arg) } if (pluginimagearray[i].pic) - return i; //already loaded. + return i+1; //already loaded. if (qrenderer > 0) {