From 426354953618135c0cffd6e9f34caf606066e363 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Wed, 2 Feb 2011 21:12:51 +0000 Subject: HUGO: 'Constify' engine as much as possible svn-id: r55741 --- engines/hugo/parser_v1w.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hugo/parser_v1w.cpp') diff --git a/engines/hugo/parser_v1w.cpp b/engines/hugo/parser_v1w.cpp index 709c08039a..e483780867 100644 --- a/engines/hugo/parser_v1w.cpp +++ b/engines/hugo/parser_v1w.cpp @@ -204,7 +204,7 @@ void Parser_v1w::lineHandler() { } } -void Parser_v1w::showInventory() { +void Parser_v1w::showInventory() const { status_t &gameStatus = _vm->getGameStatus(); if (gameStatus.gameOverFl) { Utils::gameOverMsg(); -- cgit v1.2.3