aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lab/interface.h')
-rw-r--r--engines/lab/interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lab/interface.h b/engines/lab/interface.h
index 524c4ff437..ceeb4a8327 100644
--- a/engines/lab/interface.h
+++ b/engines/lab/interface.h
@@ -46,7 +46,7 @@ struct Gadget {
uint16 x, y, GadgetID;
uint16 KeyEquiv; // if not zero, a key that activates gadget
uint32 GadgetFlags;
- Image *Im, *ImAlt;
+ Image *_image, *_altImage;
Gadget *NextGadget;
};