The Dink Network

Reply to Re: I've Run Into a Really Weird Bug

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
August 18th 2013, 12:19 PM
peasantm.gif
shevek
Peasant They/Them Netherlands
Never be afraid to ask, but don't demand an answer 
You have added line 192 before loading the grass:
load_sequence_now graphics\new\charon\Chrn9- 65


Assuming those graphics don't exist, it will (I think) mark the slot as used and reserve 0 frames for it. This reservation isn't changed when the grass is loaded. (For the same reason, the sword animations are loaded before the fist attacks, because they have more frames which need to fit in the reservation when they are loaded).

I think if you remove line 192, it should work.