diff options
Diffstat (limited to 'engines/sword2/screen.h')
-rw-r--r-- | engines/sword2/screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/screen.h b/engines/sword2/screen.h index 93cc5e40ce..6defe51fdc 100644 --- a/engines/sword2/screen.h +++ b/engines/sword2/screen.h @@ -187,7 +187,7 @@ struct Parallax { // The dimensions are followed by an offset table, but we don't know in // advance how big it is. See initializeBackgroundLayer(). - static const int size() { + static int size() { return 4; } |