From d6404a10adc4a1b6973894291ffbc6d87ac96071 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 13 Aug 2014 22:45:15 -0400 Subject: ACCESS: Fix compiler warnings and deallocation crash on exit --- engines/access/access.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'engines/access/access.h') diff --git a/engines/access/access.h b/engines/access/access.h index 08b5ae3935..d919ae83f9 100644 --- a/engines/access/access.h +++ b/engines/access/access.h @@ -30,7 +30,7 @@ #include "common/util.h" #include "engines/engine.h" #include "graphics/surface.h" -#include "access\/animation.h" +#include "access/animation.h" #include "access/data.h" #include "access/debugger.h" #include "access/events.h" @@ -213,12 +213,7 @@ public: void loadCells(Common::Array &cells); /** - * Clear the cell table - */ - void clearCellTable(); - - /** - * Free the cell data + * Free the sprites list */ void freeCells(); -- cgit v1.2.3