diff --git a/dev/new/newtex.c b/dev/new/newtex.c index 1343e02..2783c4b 100755 --- a/dev/new/newtex.c +++ b/dev/new/newtex.c @@ -1254,7 +1254,7 @@ int usage2(char *str) "\n" "Hit key 's' to continue to \"SPACETYPE\" information, or 'e' to exit.\n"); - while((k = _getch())!='s' && k != 'e') + while((k = getch())!='s' && k != 'e') ; if(k == 's') { fprintf(stderr, @@ -3715,3 +3715,4 @@ void bounce_off_src_end_if_necessary(int *here,int thisdur,int sndlen) *here = max(0,*here); // SAFETY } } +