🎨 Mark noreturn functions as such

This commit is contained in:
Anders Jenbo 2021-03-25 22:41:36 +01:00
commit fbd86cd3c5
12 changed files with 13 additions and 35 deletions

View file

@ -82,7 +82,6 @@ int ObjIndex(int x, int y)
return oi;
}
app_fatal("ObjIndex: Active object not found at (%d,%d)", x, y);
return -1;
}
void AddSKingObjs()