Increase Scene2DHeap size (#90)

This fixes a crash when the game asks to save when leaving the ranch
after goats 1.
This commit is contained in:
Max Roncace
2026-03-15 15:32:11 -04:00
parent 0650c3d3b3
commit a763c8ee05
+1 -1
View File
@@ -1426,7 +1426,7 @@ static int phase_4(dScnPly_c* i_this) {
dComIfGd_setViewport(NULL);
dComIfGd_setView(NULL);
JKRExpHeap* heap = fopMsgM_createExpHeap(HEAP_SIZE(0xBB800, 0xF0000), NULL);
JKRExpHeap* heap = fopMsgM_createExpHeap(HEAP_SIZE(0xBB800, 0x177000), NULL);
#if TARGET_PC
heap->setName("Scene2DHeap");
#endif