aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/scumm/intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/intern.h b/engines/scumm/intern.h
index 81f031e7ed..3c0661989b 100644
--- a/engines/scumm/intern.h
+++ b/engines/scumm/intern.h
@@ -274,7 +274,7 @@ protected:
V2MouseoverBox _mouseOverBoxesV2[7];
int8 _mouseOverBoxV2;
- static char _sentenceBuf[256];
+ char _sentenceBuf[256];
public:
ScummEngine_v2(OSystem *syst, const DetectorResult &dr);