From 49fca52c9b88d28b75df568177d586e22892f87d Mon Sep 17 00:00:00 2001 From: Kari Salminen Date: Sun, 23 Dec 2007 16:25:28 +0000 Subject: Removes warning about shadowing a previous local declaration of filePtr introduced by r29962. Hopefully NDS Gobliiins still works after this! svn-id: r29964 --- engines/gob/game_v1.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/gob/game_v1.cpp') diff --git a/engines/gob/game_v1.cpp b/engines/gob/game_v1.cpp index c59162cc7b..91c98895cd 100644 --- a/engines/gob/game_v1.cpp +++ b/engines/gob/game_v1.cpp @@ -52,7 +52,6 @@ void Game_v1::playTot(int16 skipPlay) { int16 breakFrom; int16 nestLevel; int32 variablesCount; - byte *filePtr; int16* oldNestLevel = _vm->_inter->_nestLevel; int16* oldBreakFrom = _vm->_inter->_breakFromLevel; -- cgit v1.2.3