aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/quetzal.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2019-06-22 09:59:51 -0700
committerPaul Gilbert2019-06-22 14:40:50 -0700
commit8b509bbfee6d9c82d8f05e569f61f5781917cbda (patch)
tree260dfab4a663b342aa0e4c02168faaf4142e12e0 /engines/glk/quetzal.cpp
parent1249c335392d7cc2d5492a5bc8718b9a034fbb11 (diff)
downloadscummvm-rg350-8b509bbfee6d9c82d8f05e569f61f5781917cbda.tar.gz
scummvm-rg350-8b509bbfee6d9c82d8f05e569f61f5781917cbda.tar.bz2
scummvm-rg350-8b509bbfee6d9c82d8f05e569f61f5781917cbda.zip
GLK: ALAN2: Warning fixes
Diffstat (limited to 'engines/glk/quetzal.cpp')
-rw-r--r--engines/glk/quetzal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/quetzal.cpp b/engines/glk/quetzal.cpp
index 68c11d0996..b83d855f57 100644
--- a/engines/glk/quetzal.cpp
+++ b/engines/glk/quetzal.cpp
@@ -203,7 +203,7 @@ void QuetzalWriter::addCommonChunks(const Common::String &saveName) {
ws.write(saveName.c_str(), saveName.size());
ws.writeByte(0);
}
- Common::Language l;
+
// Write 'SCVM' chunk with game version & gameplay statistics
{
Common::WriteStream &ws = add(ID_SCVM);