04-11-2009, 07:54 AM
'While FileExist(GFX_PATH & "sprites\" & i & GFX_EXT)
' MAX_SPRITE_TEXTURES = MAX_SPRITE_TEXTURES + 1
' i = i + 1
Wend
Remove the ' there.
This is a common error with the source.
' MAX_SPRITE_TEXTURES = MAX_SPRITE_TEXTURES + 1
' i = i + 1
Wend
Remove the ' there.
This is a common error with the source.