Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f172a83
)
Putting this back in for a bit.
author
David Griffith
<dave@661.org>
Fri, 17 Apr 2015 08:46:25 +0000
(
01:46
-0700)
committer
David Griffith
<dave@661.org>
Fri, 17 Apr 2015 08:46:25 +0000
(
01:46
-0700)
src/curses/ux_audio.c
patch
|
blob
|
history
diff --git
a/src/curses/ux_audio.c
b/src/curses/ux_audio.c
index 5387efb9c9e4bc5f912ffc0893c0dd43e3881cad..dc9b77c10e74444518ede9ca394024c5af133de5 100644
(file)
--- a/
src/curses/ux_audio.c
+++ b/
src/curses/ux_audio.c
@@
-205,7
+205,7
@@
void os_start_sample (int number, int volume, int repeats, zword eos)
}
/* If I don't have this usleep() here, Frotz will segfault. Why?*/
-
//
usleep(0);
+ usleep(0);
}/* os_start_sample */
/*