mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-14 10:21:51 -04:00
fix bug, controller info, remove old stuff
This commit is contained in:
parent
e2fb5b9910
commit
1297cccd70
21 changed files with 98 additions and 66 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue