diff options
author | Paul Gilbert | 2012-01-08 11:22:03 +1100 |
---|---|---|
committer | Strangerke | 2012-04-06 08:19:31 +0200 |
commit | ca55d928b6cd39287ac37ab3b220ffc0d9e41035 (patch) | |
tree | 64d4c9dcfbde1cc5ace975996963852fbcaaf31d /engines/mortevielle | |
parent | c72eed79806b0dca804b7cea6ae2ae73d6069ccd (diff) | |
download | scummvm-rg350-ca55d928b6cd39287ac37ab3b220ffc0d9e41035.tar.gz scummvm-rg350-ca55d928b6cd39287ac37ab3b220ffc0d9e41035.tar.bz2 scummvm-rg350-ca55d928b6cd39287ac37ab3b220ffc0d9e41035.zip |
MORTEVIELLE: Fixed compiler warning
Diffstat (limited to 'engines/mortevielle')
-rw-r--r-- | engines/mortevielle/mor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/mortevielle/mor.cpp b/engines/mortevielle/mor.cpp index ede69a5765..e9366b0506 100644 --- a/engines/mortevielle/mor.cpp +++ b/engines/mortevielle/mor.cpp @@ -987,7 +987,6 @@ void debloc(int l) { /* NIVEAU 10 */ void init_nbrepm() { const byte ipm[9] = { 0, 4, 5, 6, 7, 5, 6, 5, 8 }; - int i; /* debug('init_nbrepm'); */ for (int idx = 0; idx < 9; ++idx) |