mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-18 04:06:45 -04:00
fix crash entering sopka.map for second time
This commit is contained in:
parent
93caf370e4
commit
0ae638276e
3 changed files with 10 additions and 9 deletions
|
@ -455,7 +455,7 @@ static PARSED_COMMAND parse_command(const char *cmd) {
|
|||
extern int ghost_walls;
|
||||
extern int nofloors;
|
||||
|
||||
static int add_file_to_console(const char *name, LIST_FILE_TYPE , size_t, void *ctx) {
|
||||
static int add_file_to_console(const char *name, LIST_FILE_TYPE _, size_t __, void *ctx) {
|
||||
int *cnt = (void *)ctx;
|
||||
char buff[20] = "";
|
||||
for (int i = 0; i < 19; ++i) buff[i] = ' ';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue