make display::color_adjust_red_, green_ and blue_ private

No references require them to be protected.
This commit is contained in:
Anonymissimus 2011-10-27 14:16:00 +00:00
parent 70ad025577
commit 56ffd2f2cd

View file

@ -572,9 +572,6 @@ protected:
bool turbo_;
bool invalidateGameStatus_;
boost::scoped_ptr<map_labels> map_labels_;
int color_adjust_red_;
int color_adjust_green_;
int color_adjust_blue_;
/** Event raised when the map is being scrolled */
@ -853,6 +850,10 @@ private:
/** Maps the list of arrows for each location */
arrows_map_t arrows_map_;
int color_adjust_red_;
int color_adjust_green_;
int color_adjust_blue_;
#if defined(__GLIBC__)
/** Flag for bug #17573 - this is set in the constructor **/
bool do_reverse_memcpy_workaround_;