mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-05 06:00:33 -04:00
fix crashes
This commit is contained in:
parent
04ab5898ef
commit
a8c9fced4c
12 changed files with 65 additions and 59 deletions
|
@ -606,7 +606,7 @@ static int process_actions(const char *command) {
|
|||
if (istrcmp(command, "world-list") == 0) {
|
||||
int cnt = 0;
|
||||
list_files(gpathtable[SR_MAP], file_type_normal|file_type_just_name, add_file_to_console, &cnt);
|
||||
printf("\n");
|
||||
wzprintf("\n");
|
||||
return 1;
|
||||
}
|
||||
if (istrcmp(command, "beam-me-up") == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue