mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Remove some abort() calls
abort() doesn't benefit from the high level abstractions from FATAL_ERROR.
This commit is contained in:
parent
d69ef6acd3
commit
5f342aa015
4 changed files with 7 additions and 13 deletions
|
@ -142,6 +142,6 @@ extern content_t t_CONTENT_WATER;
|
|||
extern content_t t_CONTENT_LAVA;
|
||||
extern content_t t_CONTENT_BRICK;
|
||||
|
||||
void run_tests();
|
||||
bool run_tests();
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue