summaryrefslogtreecommitdiff
path: root/src/d/d_stage.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-06-01 16:05:42 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-06-01 16:05:42 -0400
commitcdfaa05635dc5e4857eede2e1cb66ad37751032e (patch)
treebafe0677a9d83c9f61b055b08e359277f81f3c8f /src/d/d_stage.cpp
parent63a92eaa88967ecc21420cb085c69dedf1f839f7 (diff)
More demo work, cleanup
Diffstat (limited to 'src/d/d_stage.cpp')
-rw-r--r--src/d/d_stage.cpp2
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;
}