[Super-tux-devel] multiple return
Brought to you by:
wkendrick
From: Duong-Khang N. <neo...@us...> - 2003-12-25 10:39:52
|
>That's not my opinion."Returns" can be an instrument to leave a function >as fast as possible and to save time. It is MY fault, that I forgot to >put the unload-functions before the return! >I'll do what I forgot previously. Putting the unload-functions before >the return statement. >Greetz... >Tobias Gl=C3=A4=C3=9Fer I agree with you that returns can help leaving a function quickly. I use th= em=20 myself in sound.c. :-) However in big big functions of gameloop.c, it was n= ot=20 easy for tracking bugs. |