From 95d91d81e53955a47b7e0edd293be135331ca6f8 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 14 Oct 2015 01:18:26 +0300 Subject: LAB: Fix whitespace --- engines/lab/parsetypes.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'engines/lab') diff --git a/engines/lab/parsetypes.h b/engines/lab/parsetypes.h index a437df0534..681bbe70ae 100644 --- a/engines/lab/parsetypes.h +++ b/engines/lab/parsetypes.h @@ -117,7 +117,6 @@ struct ViewData { CloseDataPtr closeUps; }; - struct Action { int16 ActionType, Param1, Param2, Param3; byte *Data; /* Message, or a pointer to array @@ -125,11 +124,10 @@ struct Action { Action *NextAction; }; - struct Rule { int16 RuleType, Param1, Param2, *Condition; - Action * ActionList; + Action *ActionList; Rule *NextRule; }; -- cgit v1.2.3