mark internal functions static
This commit is contained in:
parent
c8df236b92
commit
3252287d30
24 changed files with 103 additions and 103 deletions
|
|
@ -42,7 +42,7 @@ enum {
|
|||
NUM_TOOLS
|
||||
};
|
||||
|
||||
Mix_Chunk * snd_effects[NUM_TOOLS];
|
||||
static Mix_Chunk * snd_effects[NUM_TOOLS];
|
||||
|
||||
|
||||
// No setup required:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue