Thread: New/Old Gralats
View Single Post
  #8  
Old 05-28-2005, 09:31 PM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
if (created) timeout = 0.1;
if (timeout) {
destroy;
timeout = 0.1;
}

err?

couldn't you just do if (created) destroy;

and:

that wouldn't make the old gralats appear?
Reply With Quote