From 29033e357b1bdffd18a0d82fa6c5876dc3ee1769 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Thu, 24 Oct 2013 07:56:32 +0200 Subject: AVALANCHE: Fix a couple of (theoretical) out of bounds accesses (CID 1109650) --- engines/avalanche/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/avalanche/parser.h') diff --git a/engines/avalanche/parser.h b/engines/avalanche/parser.h index 261e5ecefe..bdb5ab9bc1 100644 --- a/engines/avalanche/parser.h +++ b/engines/avalanche/parser.h @@ -66,7 +66,7 @@ public: Common::String _inputText; // Original name: current Common::String _inputTextBackup; byte _inputTextPos; // Original name: curpos - bool _quote; // 66 or 99 next? + bool _quote; bool _cursorState; bool _weirdWord; -- cgit v1.2.3