diff options
-rw-r--r-- | sky/control.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/control.cpp b/sky/control.cpp index 3824b1e1e9..9affc5c40a 100644 --- a/sky/control.cpp +++ b/sky/control.cpp @@ -142,7 +142,7 @@ SkyControlStatus::SkyControlStatus(SkyText *skyText, OSystem *system, uint8 *scr _system = system; _screenBuf = scrBuf; _textData = NULL; - _statusText = new SkyTextResource(NULL, 2, 1, 64, 163, NULL, DO_NOTHING, _system, _screenBuf); + _statusText = new SkyTextResource(NULL, 2, 1, 64, 163, 0, DO_NOTHING, _system, _screenBuf); } SkyControlStatus::~SkyControlStatus(void) { |