diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index aef60484f..30f17be51 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -2321,6 +2321,7 @@ void the_game( event.spawn_particle.expirationtime, event.spawn_particle.size, event.spawn_particle.collisiondetection, + event.spawn_particle.vertical, texture, v2f(0.0, 0.0), v2f(1.0, 1.0)); @@ -2345,6 +2346,7 @@ void the_game( event.add_particlespawner.minsize, event.add_particlespawner.maxsize, event.add_particlespawner.collisiondetection, + event.add_particlespawner.vertical, texture, event.add_particlespawner.id); } |