From 5e80df46b8c42e71c376da50ffb0ef06636073f2 Mon Sep 17 00:00:00 2001 From: MetaDucky Date: Mon, 20 May 2013 16:09:11 +0200 Subject: [PATCH] Fix typo in particle spawning --- src/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);