1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8288)

Reverts 5dab742645
"[CSM] Add functions to create particles and particlespawners."
This commit is contained in:
Paramat 2019-02-26 04:26:25 +00:00 committed by GitHub
parent d80186d857
commit 01cd63bd3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 8 additions and 337 deletions

View file

@ -565,10 +565,8 @@ private:
// And relations to objects
std::unordered_map<int, u16> m_sounds_to_objects;
// CSM/client IDs to SSM/server IDs Mapping
// Map server particle spawner IDs to client IDs
std::unordered_map<u32, u32> m_particles_server_to_client;
// Map server hud ids to client hud ids
// HUD
// Mapping from server hud ids to internal hud ids
std::unordered_map<u32, u32> m_hud_server_to_client;
// Privileges