now it draws all seven
This commit is contained in:
parent
851d303aab
commit
b0ab522b58
2 changed files with 3 additions and 4 deletions
|
|
@ -17,9 +17,8 @@ int main() {
|
|||
timeout(100); // Таймаут для getch()
|
||||
|
||||
int ch;
|
||||
bool hold = false;
|
||||
UserAction_t action = Undefined;
|
||||
while (!Terminate) {
|
||||
while (action != Terminate) {
|
||||
ch = getch();
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue