aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/window.h
diff options
context:
space:
mode:
authorStrangerke2012-08-27 06:51:29 +0200
committerStrangerke2012-08-27 06:51:29 +0200
commitaddca5d8567717bec3015f7fd0d99a707f96288a (patch)
treebeed87ab73d5691e4e170b62ee0a98331e1230cb /engines/tony/window.h
parent72604fa3a67938d0126cf7c7331363ae29018222 (diff)
downloadscummvm-rg350-addca5d8567717bec3015f7fd0d99a707f96288a.tar.gz
scummvm-rg350-addca5d8567717bec3015f7fd0d99a707f96288a.tar.bz2
scummvm-rg350-addca5d8567717bec3015f7fd0d99a707f96288a.zip
TONY: _rgb buffer is no longer static
Diffstat (limited to 'engines/tony/window.h')
-rw-r--r--engines/tony/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/window.h b/engines/tony/window.h
index 6528060f17..25ec349196 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];
+ byte _rgb[RM_SX *RM_SY * 3];
public:
/**
* Take a screenshot