mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 20:51:14 +00:00
MADS: Fix palette method signature
This commit is contained in:
parent
e88d6265d8
commit
1c09a34fec
@ -297,7 +297,7 @@ public:
|
||||
/**
|
||||
* Resets the game palette
|
||||
*/
|
||||
void resetGamePalette(int v1, int v2);
|
||||
void resetGamePalette(int lowRange, int highRange);
|
||||
|
||||
/**
|
||||
* Initializes the main palette
|
||||
|
Loading…
x
Reference in New Issue
Block a user