The Dink Network

Reply to Re: A bit of a help neeed

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 2007, 12:59 PM
goblinm.gif
It should be:

void talk( void )
{
freeze(1);
freeze(&current_sprite);
say_stop("My statue!", 1);
unfreeze(1);
unfreeze(&current_sprite);
}

The number of open braces should always add up to the number of closed braces.