mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
Fix compile warning, looks like this memcpy should be a memset.
svn-id: r29319
This commit is contained in:
parent
6c6e8657b6
commit
7c227055a4
@ -98,7 +98,7 @@ void IgorEngine::PART_14_ACTION_103() {
|
||||
fadeOutPalette(768);
|
||||
PART_14_HELPER_9();
|
||||
loadResourceData__ROOM_ChurchPuzzle();
|
||||
memcpy(_screenVGA + 46080, 0, 17920);
|
||||
memset(_screenVGA + 46080, 0, 17920);
|
||||
drawVerbsPanel();
|
||||
drawInventory(_inventoryInfo[72], 0);
|
||||
fadeInPalette(768);
|
||||
|
Loading…
x
Reference in New Issue
Block a user