projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c135e9c
)
Fix typo in particle spawning
author
MetaDucky
<metaducky AT gmail DOT com>
Mon, 20 May 2013 14:09:11 +0000
(16:09 +0200)
committer
PilzAdam
<pilzadam@minetest.net>
Mon, 20 May 2013 14:24:07 +0000
(16:24 +0200)
src/client.cpp
patch
|
blob
|
history
diff --git
a/src/client.cpp
b/src/client.cpp
index 533c40ab2c8a6576a3803a9ebdb881b5f8248ba3..e4ca52dd5b3b81c16a90a18ea6be98f98e7f95ec 100644
(file)
--- 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);