diff options
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; } |
