mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-01 20:12:50 +02:00
fix a few things, some memsets were doubled.
This commit is contained in:
@@ -74,7 +74,7 @@ void mixaudio(void *unused, Uint8 *stream, int len)
|
||||
}
|
||||
}
|
||||
|
||||
void PlaySound(char *file)
|
||||
void play_sound(char *file)
|
||||
{
|
||||
int index;
|
||||
SDL_AudioSpec wave;
|
||||
@@ -2675,7 +2675,7 @@ char *console5;
|
||||
}
|
||||
else if(strcmp(console2, "sound")==0 && console3)
|
||||
{
|
||||
PlaySound(console3);
|
||||
play_sound(console3);
|
||||
}
|
||||
else if(strcmp(console2, "load")==0 && console3)
|
||||
{
|
||||
|
Reference in New Issue
Block a user