Differences From Artifact [4ed4013de1]:
- File game.c — part of check-in [00363b01aa] at 2020-12-17 00:28:01 on branch trunk — Implement popup text (partially) (user: user, size: 14415) [annotate] [blame] [check-ins using]
To Artifact [8fca8ad497]:
- File game.c — part of check-in [a5ad5e4eeb] at 2020-12-18 08:07:32 on branch trunk — Many changes (still not quite right, it seems) (user: user, size: 14429) [annotate] [blame] [check-ins using]
︙ | |||
489 490 491 492 493 494 495 | 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 | - + | if(i==-2) { main_options['e']=1; SDL_SetTimer(0,0); return; } if(inputs_count) { //TODO: Check for solution replay |
︙ |