Apparently I know how to use morphos now...

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2539 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2007-07-23 11:50:32 +00:00
parent eb16ac9933
commit 3b66853079
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ int main(int argc, char **argv)
Host_Init(&parms);
oldtime = Sys_DoubleTime ();
while (1)
while(!(SetSignal(0, 0)&SIGBREAKF_CTRL_C))
{
newtime = Sys_DoubleTime ();
Host_Frame(newtime - oldtime);