diff options
-rw-r--r-- | simon/simon.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index 459e55ffb7..30e11bf3a4 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -4674,6 +4674,9 @@ bool SimonState::load_game(uint slot) void SimonState::initSound() { +#ifdef SCUMM_BIG_ENDIAN + uint i; +#endif /* only read voice file in windows game */ if (_game & GAME_TALKIE) { const char *s; |