Re: [Super-tux-devel] SuperTux's future (that brilliant?)
Brought to you by:
wkendrick
From: Bill K. <nb...@so...> - 2004-03-11 13:13:10
|
On Thu, Mar 11, 2004 at 12:43:11PM +0000, Ricardo Cruz wrote: > Also everything using ifs to see what enemy kind is it, is not a good > programming practice, cases are faster and cheaper, in code lines, i mean. Function pointers are faster. ;^) Maybe we should look into that? -bill! |