diff options
| author | Kari Salminen | 2007-12-23 16:25:28 +0000 | 
|---|---|---|
| committer | Kari Salminen | 2007-12-23 16:25:28 +0000 | 
| commit | 49fca52c9b88d28b75df568177d586e22892f87d (patch) | |
| tree | c04478904c258c223f5622fd576b090bc9f8d9f3 | |
| parent | d61f3d7601bc562de5806ceb307587dfa23c298b (diff) | |
| download | scummvm-rg350-49fca52c9b88d28b75df568177d586e22892f87d.tar.gz scummvm-rg350-49fca52c9b88d28b75df568177d586e22892f87d.tar.bz2 scummvm-rg350-49fca52c9b88d28b75df568177d586e22892f87d.zip | |
Removes warning about shadowing a previous local declaration of filePtr introduced by r29962. Hopefully NDS Gobliiins still works after this!
svn-id: r29964
| -rw-r--r-- | engines/gob/game_v1.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
| 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; | 
