raze/source/rr
Christoph Oelckers 5e821de481 - replaced the leaky hash table that was used to handle the animations.
Just replaced with a linear array - for a hash table indexed with a string to be efficient, a much larger amount of data is needed than 20 or 30 entries.
This is also hardly the kind of data where losing a microsecond for performing the search matters.
2019-12-25 09:51:44 +01:00
..
src - replaced the leaky hash table that was used to handle the animations. 2019-12-25 09:51:44 +01:00
CMakeLists.txt - sound system rework. Not complete. 2019-12-15 10:00:25 +01:00