From cc18095cded14f5e7e3f049e47fca2224134b647 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 19 Sep 2010 19:44:13 +0000 Subject: text rendering cleanups, inventory capacity & cargo volume --- src/ui/bitmap.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/bitmap.cc') diff --git a/src/ui/bitmap.cc b/src/ui/bitmap.cc index 4af7714..5e19435 100644 --- a/src/ui/bitmap.cc +++ b/src/ui/bitmap.cc @@ -51,8 +51,8 @@ void Bitmap::set_color(const math::Color & color) void Bitmap::draw_background() { if (bitmap_texture.size()) { - paint::color(bitmap_color); - paint::bitmap(global_location(), size(), bitmap_texture); + Paint::set_color(bitmap_color); + Paint::draw_bitmap(global_location(), size(), bitmap_texture); } } -- cgit v1.2.3