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
This commit is contained in:
Lance 2008-02-19 12:36:51 +00:00
parent 7b8e20d0ae
commit 0ab09daa6e

View file

@ -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)
{