From 5dab7426451842793b183fbd961ad2ae83c8acbd Mon Sep 17 00:00:00 2001 From: red-001 Date: Sat, 20 Jan 2018 22:31:53 +0000 Subject: [CSM] Add functions to create particles and particlespawners. (#6072) --- src/client.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index caa3a7b73..f438416aa 100644 --- a/src/client.h +++ b/src/client.h @@ -554,8 +554,10 @@ private: // And relations to objects std::unordered_map m_sounds_to_objects; - // HUD - // Mapping from server hud ids to internal hud ids + // CSM/client IDs to SSM/server IDs Mapping + // Map server particle spawner IDs to client IDs + std::unordered_map m_particles_server_to_client; + // Map server hud ids to client hud ids std::unordered_map m_hud_server_to_client; // Privileges -- cgit v1.2.3