mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 00:45:10 +00:00
ops
svn-id: r28271
This commit is contained in:
parent
8d5f19d9e5
commit
485ac1329c
@ -322,9 +322,9 @@ void DrasculaEngine::Negro() {
|
||||
for (componente = 0; componente < 3; componente++)
|
||||
palNegra[color][componente] = 0;
|
||||
|
||||
palNegra[254][0] = 0xff;
|
||||
palNegra[254][1] = 0xff;
|
||||
palNegra[254][2] = 0x57;
|
||||
palNegra[254][0] = 0x3F;
|
||||
palNegra[254][1] = 0x3F;
|
||||
palNegra[254][2] = 0x15;
|
||||
|
||||
setvgapalette256((byte *)&palNegra);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user