From: MetaDucky Date: Mon, 20 May 2013 14:09:11 +0000 (+0200) Subject: Fix typo in particle spawning X-Git-Tag: 0.4.7~14^2~16 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5e80df46b8c42e71c376da50ffb0ef06636073f2;p=oweals%2Fminetest.git Fix typo in particle spawning --- 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);