aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/global.h')
-rw-r--r--engines/gob/global.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/gob/global.h b/engines/gob/global.h
index 14e1adcbfc..10f2d40707 100644
--- a/engines/gob/global.h
+++ b/engines/gob/global.h
@@ -132,8 +132,7 @@ public:
Video::Color _savedPal[256];
int32 _savedBackSize;
- void clearVars(uint32 count)
- {
+ void clearVars(uint32 count) {
uint32 size = count * 4;
memset(_inter_variables, 0, size);