Update of /cvsroot/opentnl/tnl/exe
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15509/exe
Modified Files:
level1.txt
Log Message:
Crash fix in ship rendering. Also changed processArguments to be consistent with the way all other objects are loaded from the game level, ie: multiplying the position by the grid size.
Index: level1.txt
===================================================================
RCS file: /cvsroot/opentnl/tnl/exe/level1.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** level1.txt 27 Apr 2004 20:41:53 -0000 1.3
--- level1.txt 1 May 2004 19:47:26 -0000 1.4
***************
*** 75,79 ****
#BarrierMaker 0 0 1 0 2 1
! Ship 50 300 0 1 0
! Ship 450 100 0 1 1
! Ship 150 300 1 1 0
\ No newline at end of file
--- 75,79 ----
#BarrierMaker 0 0 1 0 2 1
! Ship 0.5 1 0 1 0
! Ship 1.5 0.5 0 1 1
! Ship 1 1 1 1 0
|