diff options
| author | Max Horn | 2004-02-28 12:58:13 +0000 |
|---|---|---|
| committer | Max Horn | 2004-02-28 12:58:13 +0000 |
| commit | c6752cccf5186fb04c97e2bb4a64c52fc9447073 (patch) | |
| tree | 91f3f0264b1542a839cc3504b52603a8034547cb /backends/dc/icon.cpp | |
| parent | 56102a1d02925abbe9fc0504751de1a270a34ff3 (diff) | |
| download | scummvm-rg350-c6752cccf5186fb04c97e2bb4a64c52fc9447073.tar.gz scummvm-rg350-c6752cccf5186fb04c97e2bb4a64c52fc9447073.tar.bz2 scummvm-rg350-c6752cccf5186fb04c97e2bb4a64c52fc9447073.zip | |
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
Diffstat (limited to 'backends/dc/icon.cpp')
| -rw-r--r-- | backends/dc/icon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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++) |
