From c6752cccf5186fb04c97e2bb4a64c52fc9447073 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 28 Feb 2004 12:58:13 +0000 Subject: renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087 --- backends/dc/icon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/dc/icon.cpp') diff --git a/backends/dc/icon.cpp b/backends/dc/icon.cpp index 2aca27c601..95176763e6 100644 --- a/backends/dc/icon.cpp +++ b/backends/dc/icon.cpp @@ -61,7 +61,7 @@ void Icon::create_texture() texture = tex; } -void Icon::set_palette(int pal) +void Icon::setPalette(int pal) { unsigned int (*hwpal)[64][16] = (unsigned int (*)[64][16])0xa05f9000; for(int n = 0; n<16; n++) -- cgit v1.2.3