diff options
Diffstat (limited to 'engines/fullpipe/statics.h')
-rw-r--r-- | engines/fullpipe/statics.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/fullpipe/statics.h b/engines/fullpipe/statics.h index c7baac7502..6206fef4de 100644 --- a/engines/fullpipe/statics.h +++ b/engines/fullpipe/statics.h @@ -257,7 +257,8 @@ public: MessageQueue *changeStatics1(int msgNum); void changeStatics2(int objId); - bool getPixelAtPos(int x, int y, int *pixel); + bool getPixelAtPos(int x, int y, int *pixel, bool hitOnly = false); + bool isPixelHitAtPos(int x, int y); }; struct MovTable { |