From 380f187eeba1f7e00bcf62183db26f72157aa2a9 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 15 May 2005 01:03:31 +0000 Subject: Disabling SCUMM7/8 games should disable HE61 games. Split akos_processQueue() in HE61+ and SCUMM7+ versions. svn-id: r18101 --- scumm/akos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/akos.h') diff --git a/scumm/akos.h b/scumm/akos.h index e4b7c6c396..6a15bf0bdc 100644 --- a/scumm/akos.h +++ b/scumm/akos.h @@ -20,7 +20,7 @@ * */ -#if !defined(AKOS_H) && !defined(DISABLE_SCUMM_7_8) +#ifndef AKOS_H #define AKOS_H #include "scumm/base-costume.h" -- cgit v1.2.3