The Dink Network

Reply to Re: Dink HD V2.05 release

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:
 
 
April 29th, 03:41 AM
peasantmb.gif
yeoldetoast
Peasant They/Them Australia
LOOK UPON MY DEFORMED FACE! 
Thanks Seth. Also here's a calculator for sound_set_vol between linear and logarithmic in case you need it.

Oh wait no, that commit has broken map_tile a bit more in the process. Apologies for the ambiguity, but the destination tiles go from 1 to 96, with the source tile indices starting from zero such that:

if (g_nlist[1] >= 0 && g_nlist[1] < 5248)


nlist[0] on the other hand, must be 1 or greater for the first conditional.