raze/source/games
Kevin Caccamo 80ac9f6416 Fix a memory write issue with plasma_{A,B,C}
plasma_A[5] = {}; will write the default value for int to the sixth element of plasma_A, causing a global-buffer-overflow.

I assume the intention here was to fill these three arrays with zeroes, which is what I did with the memset calls.
2023-07-12 19:13:05 +10:00
..
blood - Blood: use texture IDs in drawElements. 2023-05-30 19:05:33 +02:00
duke - RR: thunder may only be triggered when the player sees a sector with an activating texture as sky. 2023-06-19 20:45:16 +02:00
exhumed Fix a memory write issue with plasma_{A,B,C} 2023-07-12 19:13:05 +10:00
sw - added missing range checks to PlaySpriteSound. 2023-06-29 18:28:16 +02:00