Difference between revisions of "Talk:WarpPos"
Jump to navigation
Jump to search
m (Creaeted Page) |
(buggy!) |
||
Line 1: | Line 1: | ||
Is this going to be changed in the future? [[User:TxMasterG Ping|TxMasterG Ping]] 18:50, 30 March 2007 (PDT) | Is this going to be changed in the future? [[User:TxMasterG Ping|TxMasterG Ping]] 18:50, 30 March 2007 (PDT) | ||
== buggy! == | |||
Wow, this thing has one huge bug, which will lead to a stack-heap collision even over a small distance. Appending the "rules" list to itself for the number of jumps is wrong. You need a prototype list to append to the actual rules list. |
Revision as of 09:42, 9 April 2007
Is this going to be changed in the future? TxMasterG Ping 18:50, 30 March 2007 (PDT)
buggy!
Wow, this thing has one huge bug, which will lead to a stack-heap collision even over a small distance. Appending the "rules" list to itself for the number of jumps is wrong. You need a prototype list to append to the actual rules list.