mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-17 01:11:18 +00:00
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:
parent
7b8e20d0ae
commit
0ab09daa6e
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ int VARGS Plug_Draw_LoadImage(void *offset, unsigned int mask, const int *arg)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pluginimagearray[i].pic)
|
if (pluginimagearray[i].pic)
|
||||||
return i; //already loaded.
|
return i+1; //already loaded.
|
||||||
|
|
||||||
if (qrenderer > 0)
|
if (qrenderer > 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue