From 1dc0af3248ba5196ba77413a0140c5a28399cc00 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 7 Apr 2008 20:28:58 +0000 Subject: (svn r12619) -Codechange: lots of documentation about window related stuff. Patch by Alberth. --- src/sound.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/sound.cpp') diff --git a/src/sound.cpp b/src/sound.cpp index 9fed4a689..c5daccae4 100644 --- a/src/sound.cpp +++ b/src/sound.cpp @@ -197,9 +197,7 @@ static const byte _sound_idx[] = { void SndCopyToPool() { - uint i; - - for (i = 0; i < _file_count; i++) { + for (uint i = 0; i < _file_count; i++) { FileEntry *orig = &_files[_sound_idx[i]]; FileEntry *fe = AllocateFileEntry(); -- cgit v1.2.3-54-g00ecf