mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 13:29:48 +00:00
8 lines
128 B
C++
8 lines
128 B
C++
#include "shatter.h"
|
|
|
|
static int gGlassShatterSound;
|
|
void Shatter_MaybeMakeGlassShatterSound(void)
|
|
{
|
|
gGlassShatterSound = 0;
|
|
}
|