diff options
Diffstat (limited to 'engines/pegasus/pegasus.h')
-rw-r--r-- | engines/pegasus/pegasus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/pegasus.h b/engines/pegasus/pegasus.h index 13145f3876..f79219447f 100644 --- a/engines/pegasus/pegasus.h +++ b/engines/pegasus/pegasus.h @@ -109,6 +109,7 @@ public: uint getRandomBit(); uint getRandomNumber(uint max); void shuffleArray(int32 *arr, int32 count); + void drawScaledFrame(const Graphics::Surface *frame, uint16 x, uint16 y); // Energy void setLastEnergyValue(const int32 value) { _savedEnergyValue = value; } @@ -246,7 +247,6 @@ private: void shellGameInput(const Input &input, const Hotspot *cursorSpot); Common::RandomSource *_rnd; void doSubChase(); - void drawScaledFrame(const Graphics::Surface *frame, uint16 x, uint16 y); // Menu GameMenu *_gameMenu; |