From a5c569eff2c4e2f30ef0523169ab22ed92f9894a Mon Sep 17 00:00:00 2001 From: Strangerke Date: Fri, 10 Jun 2011 09:14:43 +0200 Subject: CGE: Remove far and near keywords --- engines/cge/snail.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/cge/snail.h') diff --git a/engines/cge/snail.h b/engines/cge/snail.h index 66a40e8382..309f9b5a29 100644 --- a/engines/cge/snail.h +++ b/engines/cge/snail.h @@ -52,7 +52,7 @@ typedef struct { byte Horz, Vert; } BAR; struct SCB { - byte far * Ptr; + byte * Ptr; word Siz; SCB * Nxt; }; @@ -81,7 +81,7 @@ enum SNLIST { NEAR, TAKE }; class SNAIL { - struct COM { SNCOM Com; int Ref; int Val; void * Ptr; } far * SNList; + struct COM { SNCOM Com; int Ref; int Val; void * Ptr; } * SNList; byte Head, Tail; Boolean Turbo, Busy, TextDelay; word Pause; -- cgit v1.2.3