diff options
Diffstat (limited to 'engines/hdb/hdb.h')
-rw-r--r-- | engines/hdb/hdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/hdb.h b/engines/hdb/hdb.h index d6e36b1705..fdb4887563 100644 --- a/engines/hdb/hdb.h +++ b/engines/hdb/hdb.h @@ -112,7 +112,7 @@ public: void changeGameState(); bool _gameShutdown; - Graphics::PixelFormat _format = Graphics::PixelFormat(2, 5, 6, 5, 0, 11, 5, 0, 0); + Graphics::PixelFormat _format; private: Console *_console; |