diff options
Diffstat (limited to 'engines/sword25/gfx/panel.h')
-rw-r--r-- | engines/sword25/gfx/panel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/gfx/panel.h b/engines/sword25/gfx/panel.h index 74a93247b6..d372b4e0fc 100644 --- a/engines/sword25/gfx/panel.h +++ b/engines/sword25/gfx/panel.h @@ -64,7 +64,7 @@ protected: virtual bool doRender(RectangleList *updateRects); private: - uint _color; + uint32 _color; }; } // End of namespace Sword25 |