From 895d29c1ae411d6a28135451e91e88eba1693f99 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 7 Dec 2015 07:18:16 +0100 Subject: LAB: Some more renaming, remove useless variables --- engines/lab/interface.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'engines/lab/interface.h') diff --git a/engines/lab/interface.h b/engines/lab/interface.h index 83c8badc15..a8d1140959 100644 --- a/engines/lab/interface.h +++ b/engines/lab/interface.h @@ -37,16 +37,16 @@ namespace Lab { struct IntuiMessage { - uint32 msgClass; - uint16 code, qualifier, mouseX, mouseY, gadgetID; - uint32 seconds, micros; + uint32 _msgClass; + uint16 _code, _qualifier, _mouseX, _mouseY, _gadgetID; + uint32 _seconds, _micros; }; struct Gadget { - uint16 x, y, GadgetID; - uint16 KeyEquiv; // if not zero, a key that activates gadget - uint32 GadgetFlags; + uint16 x, y, _gadgetID; + uint16 _keyEquiv; // if not zero, a key that activates gadget + uint32 _flags; Image *_image, *_altImage; }; -- cgit v1.2.3