diff options
author | MetaDucky <metaducky AT gmail DOT com> | 2013-05-20 16:09:11 +0200 |
---|---|---|
committer | PilzAdam <pilzadam@minetest.net> | 2013-05-20 16:24:07 +0200 |
commit | 5e80df46b8c42e71c376da50ffb0ef06636073f2 (patch) | |
tree | e55ea5efc871020005b909699ad3d254384ea0ed /src | |
parent | c135e9c7d4bfaf038a2236f17f6e246d03461b8a (diff) | |
download | minetest-5e80df46b8c42e71c376da50ffb0ef06636073f2.tar.gz minetest-5e80df46b8c42e71c376da50ffb0ef06636073f2.tar.bz2 minetest-5e80df46b8c42e71c376da50ffb0ef06636073f2.zip |
Fix typo in particle spawning
Diffstat (limited to 'src')
-rw-r--r-- | src/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp index 533c40ab2..e4ca52dd5 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1987,7 +1987,7 @@ void Client::ProcessData(u8 *data, u32 datasize, u16 sender_peer_id) event.spawn_particle.expirationtime = expirationtime; event.spawn_particle.size = size; - event.add_particlespawner.collisiondetection = + event.spawn_particle.collisiondetection = collisiondetection; event.spawn_particle.texture = new std::string(texture); |