added new class for particle systems that need absolute coordinates (currently only...
authorMarek Moeckel <wansti@gmx.de>
Sat, 14 May 2005 13:19:53 +0000 (13:19 +0000)
committerMarek Moeckel <wansti@gmx.de>
Sat, 14 May 2005 13:19:53 +0000 (13:19 +0000)
commit951254e2bfeb3189244e25c13acefcc8eaf7b096
tree587501150c872b3316802434200d3f4cb811dc38
parentf9c3f3511d175a61d912be13297f6dd96dbbfe35
added new class for particle systems that need absolute coordinates (currently only rain)
improved rain, fixed some bugs, created some new ones :)

SVN-Revision: 2482
data/images/sprites.strf
src/object/particlesystem.cpp
src/object/particlesystem.h
src/object/particlesystem_absolute.cpp [new file with mode: 0644]
src/object/particlesystem_absolute.h [new file with mode: 0644]
src/sector.cpp