removed not used variable (fix compilation)

svn-id: r5573
This commit is contained in:
Paweł Kołodziejski 2002-11-15 18:46:17 +00:00
parent eaa0e48741
commit ceb1102300

View file

@ -4674,7 +4674,6 @@ bool SimonState::load_game(uint slot)
void SimonState::initSound()
{
uint i;
/* only read voice file in windows game */
if (_game & GAME_TALKIE) {
const char *s;