diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-06-01 16:05:42 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-06-01 16:05:42 -0400 |
| commit | cdfaa05635dc5e4857eede2e1cb66ad37751032e (patch) | |
| tree | bafe0677a9d83c9f61b055b08e359277f81f3c8f /src/d/d_stage.cpp | |
| parent | 63a92eaa88967ecc21420cb085c69dedf1f839f7 (diff) | |
More demo work, cleanup
Diffstat (limited to 'src/d/d_stage.cpp')
| -rw-r--r-- | src/d/d_stage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_stage.cpp b/src/d/d_stage.cpp index 3abb2531..fcc19831 100644 --- a/src/d/d_stage.cpp +++ b/src/d/d_stage.cpp @@ -194,7 +194,7 @@ int stayRoomCheck(int roomCount, u8* rooms, int roomNo) { /* 80040DDC-80040E38 .text createRoomScene__Fi */ int createRoomScene(int param_0) { - int* ptr = (int*)JKRHeap::alloc(4, -4, NULL); + int* ptr = (int*)JKRAlloc(4, -4); if (ptr == NULL) { return 0; } |
