mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2025-03-06 19:47:30 +00:00
8 lines
128 B
C++
8 lines
128 B
C++
#include "shatter.h"
|
|
|
|
static int gGlassShatterSound;
|
|
void Shatter_MaybeMakeGlassShatterSound(void)
|
|
{
|
|
gGlassShatterSound = 0;
|
|
}
|