mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Added a more flexible path system (and fixed some minor stuff)
This commit is contained in:
@@ -21,7 +21,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#include "debug.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "porting.h"
|
||||
|
||||
/*
|
||||
Debug output
|
||||
@@ -74,8 +73,6 @@ void assert_fail(const char *assertion, const char *file,
|
||||
if(g_debugstreams[1])
|
||||
fclose(g_debugstreams[1]);
|
||||
|
||||
//sleep_ms(3000);
|
||||
|
||||
abort();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user