spidey-decomp/shatter.cpp

8 lines
128 B
C++
Raw Normal View History

2024-05-24 14:21:33 +00:00
#include "shatter.h"
static int gGlassShatterSound;
void Shatter_MaybeMakeGlassShatterSound(void)
{
gGlassShatterSound = 0;
}