aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/window.h')
-rw-r--r--engines/tony/window.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/tony/window.h b/engines/tony/window.h
index 73cc6d2005..0f614fca97 100644
--- a/engines/tony/window.h
+++ b/engines/tony/window.h
@@ -42,7 +42,7 @@ struct DDSURFACEDESC {
class RMSnapshot {
private:
// Buffer used to convert to RGB
- static byte rgb[RM_SX * RM_SY * 3];
+ static byte rgb[RM_SX *RM_SY * 3];
public:
// Take a screenshot
void GrabScreenshot(byte *lpBuf, int dezoom = 1, uint16 *lpDestBuf = NULL);
@@ -95,7 +95,9 @@ public:
// Request a thumbnail be grabbed during the next frame
void GrabThumbnail(uint16 *buf);
- int getFps() const { return fps; }
+ int getFps() const {
+ return fps;
+ }
};
} // End of namespace Tony