Nuke nearly all of the unused local variables

This commit is contained in:
2014-04-15 02:54:16 -04:00
parent e73d14e0ee
commit 2b924101d6
22 changed files with 17 additions and 95 deletions

View File

@@ -88,7 +88,7 @@ std::string sound_to_fname_map(int snd_num) {
}
void init_snd_tool(){
short i,t;
short i;
// TODO: Might need sound 0, not sure
for (i = 1; i < NUM_SOUNDS; i++) {