7 lines
423 B
Plaintext
7 lines
423 B
Plaintext
* Since virus kept calling alarm() on itself, I removed SIGALRM handling
|
|
altogether, which breaks occasional refresh of the bottom status line.
|
|
I don't consider this a huge bug, but if one day I, or someone else,
|
|
gets really bored, the full solution to this would be to bring back
|
|
the virus signal handling, and just clear the alarm calls before exiting
|
|
and going back to dgamelaunch code (or clear the alarm() handlers).
|