mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-21 14:44:57 -04:00
improved death screen, fix some bugs
This commit is contained in:
parent
e40ba67a8d
commit
b9953f2d5b
10 changed files with 159 additions and 50 deletions
|
@ -187,7 +187,7 @@ const char *find_map_from_hash_impl(char *c, uint32_t h, int sz) {
|
|||
}
|
||||
|
||||
|
||||
int load_map(char *filename)
|
||||
int load_map(const char *filename)
|
||||
{
|
||||
FILE *f;
|
||||
void *temp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue