The Dink Network

Reply to Re: Pushing

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:
 
 
November 19th 2013, 06:07 PM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
I'm afraid not. 600 ticks is what it takes. See also dink.cpp line 3036 and further:

    if (play.push_active) if (play.push_timer + 600 < thisTickCount)
    {
// stuff like setting sequence and such
        run_through_tag_list_push(h);

        return;
    }


The run_through_tag_list_push(h) triggers the "push" procedure in DinkC-land.