commit f346e3391d92036326ed100698e2a3ae6445fe16
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Sun Mar 31 19:38:04 2013 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Sun Mar 31 19:38:04 2013 +0000
Add back call to TXT_Delay to fix OS X freeze.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2575
---
textscreen/txt_fileselect.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/textscreen/txt_fileselect.c b/textscreen/txt_fileselect.c
index 1e7b9041..56fa1108 100644
--- a/textscreen/txt_fileselect.c
+++ b/textscreen/txt_fileselect.c
@@ -115,6 +115,7 @@ static char *ExecReadOutput(char **argv)
}
usleep(100 * 1000);
+ TXT_Sleep(1);
TXT_UpdateScreen();
}