From 93cb369da7d251d55661b108dca633ff47412b84 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 21 Jul 2003 09:11:21 +0000 Subject: Rename variable svn-id: r9106 --- simon/items.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'simon/items.cpp') diff --git a/simon/items.cpp b/simon/items.cpp index 6b294b72aa..8dcfacdc35 100644 --- a/simon/items.cpp +++ b/simon/items.cpp @@ -1049,12 +1049,12 @@ int SimonEngine::runScript() { case 185:{ /* midi sfx file number */ if (_game & GF_SIMON2) goto invalid_opcode; - _midi_sfx = getVarOrWord(); + _sound_file_id = getVarOrWord(); if (_game == GAME_SIMON1CD32) { char buf[10]; - sprintf(buf, "%d%s", _midi_sfx, "Effects"); + sprintf(buf, "%d%s", _sound_file_id, "Effects"); _sound->readSfxFile(buf, _gameDataPath); - sprintf(buf, "%d%s", _midi_sfx, "simon"); + sprintf(buf, "%d%s", _sound_file_id, "simon"); _sound->readVoiceFile(buf, _gameDataPath); } -- cgit v1.2.3