aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/window.cpp')
-rw-r--r--engines/tony/window.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/tony/window.cpp b/engines/tony/window.cpp
index a6dd20b875..248542ada6 100644
--- a/engines/tony/window.cpp
+++ b/engines/tony/window.cpp
@@ -1069,10 +1069,10 @@ DOFRAMERATE:
* Metodi di RMSnapshot
\****************************************************************************/
-char RMSnapshot::bufDrive[_MAX_DRIVE];
-char RMSnapshot::bufDir[_MAX_DIR];
-char RMSnapshot::bufName[_MAX_FNAME];
-char RMSnapshot::bufExt[_MAX_EXT];
+char RMSnapshot::bufDrive[MAX_DRIVE];
+char RMSnapshot::bufDir[MAX_DIR];
+char RMSnapshot::bufName[MAX_FNAME];
+char RMSnapshot::bufExt[MAX_EXT];
char RMSnapshot::filename[512];
byte RMSnapshot::rgb[RM_SX * RM_SY * 3];