diff options
| author | SuperDude88 <82904174+SuperDude88@users.noreply.github.com> | 2024-07-09 23:52:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-09 20:52:54 -0700 |
| commit | 17a76564509f61c82f537eb0d53b4178f5cc0355 (patch) | |
| tree | fc090cec8808c0106b7cc5aa8056043b0a40975b /src/d/d_snap.cpp | |
| parent | a09fe965c099ecdc2c3ac1b7300b2b2e487581ed (diff) | |
Bit of Figurine Work (#665)
* Bit of Figurine Work
Not super complete, was just poking around to figure a few things out
* Fix Build
I really need to stop having this every single time
Diffstat (limited to 'src/d/d_snap.cpp')
| -rw-r--r-- | src/d/d_snap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_snap.cpp b/src/d/d_snap.cpp index 6220b1c9..53b56c12 100644 --- a/src/d/d_snap.cpp +++ b/src/d/d_snap.cpp @@ -1446,7 +1446,7 @@ int dSnap_PhotoIndex2TableIndex(int photoIndex) { } /* 800CCFE4-800CD00C .text dSnap_GetFigRoomId__Fi */ -u8 dSnap_GetFigRoomId(int tableIndex) { +int dSnap_GetFigRoomId(int tableIndex) { if (tableIndex >= (int)ARRAY_SIZE(l_CharaData)) { return 0xFF; } |
