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/selector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/dc/selector.cpp') diff --git a/backends/dc/selector.cpp b/backends/dc/selector.cpp index 38f7ebf024..05af35d1c8 100644 --- a/backends/dc/selector.cpp +++ b/backends/dc/selector.cpp @@ -426,7 +426,7 @@ int gameMenu(Game *games, int num_games) draw_trans_quad(100.0, y, 590.0, y+32.0, 0x7000ff00, 0x7000ff00, 0x7000ff00, 0x7000ff00); - games[i].icon.set_palette(pal); + games[i].icon.setPalette(pal); drawGameLabel(games[i], pal, 50.0, y, (cnt == selector_pos? 0xffff00 : 0xffffff)); y += 40.0; -- cgit v1.2.3