remove more dead code from jamshred

db4
Joe Groff 2009-11-06 15:11:25 -06:00
parent b4e77169e9
commit 91bdc1e321
1 changed files with 0 additions and 4 deletions

View File

@ -38,10 +38,6 @@ CONSTANT: max-speed 30.0
: play-in-tunnel ( player segments -- )
>>tunnel to-tunnel-start ;
: update-nearest-segment ( player -- )
[ tunnel>> ] [ dup nearest-segment>> nearest-segment ]
[ (>>nearest-segment) ] tri ;
: update-time ( player -- seconds-passed )
millis swap [ last-move>> - 1000 / ] [ (>>last-move) ] 2bi ;