Since this function is a void, no returns needed

This commit is contained in:
Colton Rushton 2021-02-12 09:51:30 -04:00
parent 2de1c7be80
commit 09d584b5d5
1 changed files with 1 additions and 4 deletions

View File

@ -2795,10 +2795,7 @@ void func_801A43DC(UNUSED struct GdObj *obj) {
/* 252BC0 -> 252BE0 */
void *func_801A43F0(UNUSED const char *menufmt, ...) {
//! @bug no return; function was stubbed
// Add a return here for QOL_FIXES
#ifdef QOL_FIXES
return 0;
#endif
// Not really a bug anyway since this is a void
}
/* 252BE0 -> 252BF0 */