mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 13:53:49 -07:00
Fix Phantom Ganon not disintegrating (#1579)
This commit is contained in:
parent
bf2420f7d3
commit
5a0b854c5c
2 changed files with 21 additions and 17 deletions
|
@ -199,8 +199,8 @@ extern "C" {
|
|||
|
||||
if (res != nullptr)
|
||||
{
|
||||
if (index < res->imageDataSize)
|
||||
res->imageData[index] = value;
|
||||
if ((index * 2) < res->imageDataSize)
|
||||
((s16*)res->imageData)[index] = value;
|
||||
else
|
||||
{
|
||||
// Dangit Morita
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue