running_img_add_ver does not like nil

Discuss suspected bugs with other users and Sim Innovations Staff

Moderators: russ, Ralph

Post Reply
Message
Author
flyatr
Posts: 300
Joined: Tue Dec 01, 2015 8:53 am

running_img_add_ver does not like nil

#1 Post by flyatr »

Small thing, really. I got used to using nil for the image sizes but running_img_add_ver doesn't like it. The carot would just not move like this:

Code: Select all

drum_flags = running_img_add_ver("atr_alt_flags.png",85,94,3,nil,nil)
Only when width and height are specified.

User avatar
Ralph
Posts: 7878
Joined: Tue Oct 27, 2015 7:02 pm
Location: De Steeg
Contact:

Re: running_img_add_ver does not like nil

#2 Post by Ralph »

Nil is only for img_add.

Post Reply