Reply to Re: sp_foo(bar, -1);
If you don't have an account, just leave the password field blank.
Like Paul said, -1 returns a value. For example, like this:
int &sp_x = sp_x(¤t_sprite, -1);
would return the x-coordinate of the current sprite.
int &sp_x = sp_x(¤t_sprite, -1);
would return the x-coordinate of the current sprite.