Skip to content
Snippets Groups Projects
Commit 1fa11167 authored by deuce's avatar deuce
Browse files

Blindly hack at infinite loop bug spotted by digitalman.

parent 51eac6fa
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ function Lightbar_getval(current,key)
this.draw();
/* Main loop */
while(1) {
while(bbs.online) {
last_cur=this.current;
/* Get input */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment