diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-28 20:44:06 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-28 20:44:06 -0400 |
| commit | db2c5ef978b967908dec4703fa0b6a7019f55f78 (patch) | |
| tree | c6934f14fb4b2acc21bff8cb76832adf6ac03325 /src/d/d_map.cpp | |
| parent | b72d243f9b1ef4d107bb33df3d74cf0ecf488cda (diff) | |
Cleanp a bunch of stuff
Diffstat (limited to 'src/d/d_map.cpp')
| -rw-r--r-- | src/d/d_map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_map.cpp b/src/d/d_map.cpp index ace909fb..b6dfe124 100644 --- a/src/d/d_map.cpp +++ b/src/d/d_map.cpp @@ -38,7 +38,7 @@ void onSaveArriveGridForAgbUseGridPos(int i_gridX, int i_gridY) { /* 80045660-80045714 .text isSaveArriveGridForAgbUseGridPos__Fii */ BOOL isSaveArriveGridForAgbUseGridPos(int i_gridX, int i_gridY) { - dComIfGs_isSaveArriveGridForAgb(gridPos2GridNo(i_gridX, i_gridY)); + return dComIfGs_isSaveArriveGridForAgb(gridPos2GridNo(i_gridX, i_gridY)); } /* 80045714-80045734 .text IsFloorNo__Fi */ |
