Quick bug fix for my last commit

modified:   src/nms.c
This commit is contained in:
Brian Barto 2016-04-19 15:05:21 -04:00
parent 39390b673c
commit 164d487349
1 changed files with 2 additions and 0 deletions

View File

@ -132,6 +132,8 @@ void nmsexec(char *src) {
sleep(1);
else
getch();
else
getch();
// Jumble loop
ms = 35; // miliseconds, used for usleep()