From dee719390c0bf6c966b99126f122c7a21e3b33a7 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 26 Jul 2013 21:57:02 -0400 Subject: HOPKINS: Move breakout highscore table to savegames, and fixes to display --- engines/hopkins/globals.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/hopkins/globals.cpp') diff --git a/engines/hopkins/globals.cpp b/engines/hopkins/globals.cpp index a9a0a81f08..97d6c4046c 100644 --- a/engines/hopkins/globals.cpp +++ b/engines/hopkins/globals.cpp @@ -70,6 +70,8 @@ Globals::Globals(HopkinsEngine *vm) { for (int i = 0; i < 36; ++i) _inventory[i] = 0; + Common::fill(&_highScoreData[0], &_highScoreData[100], 0); + // Initialize fields _language = LANG_EN; -- cgit v1.2.3