fix bug, controller info, remove old stuff

This commit is contained in:
Ondrej Novak 2025-03-08 20:40:04 +01:00
parent e2fb5b9910
commit 1297cccd70
21 changed files with 98 additions and 66 deletions

View file

@ -583,6 +583,10 @@ static int process_actions(const char *command) {
return r;
}
if (istrcmp(command, "save") == 0) {
do_autosave();
return 1;
}
if (istrcmp(command, "ascent") == 0) {
int lev = postavy[0].level;
for (int i = 0; i < POCET_POSTAV; ++i) {