Skip to content
Snippets Groups Projects
Commit 7cf2504e authored by mcmlxxix's avatar mcmlxxix
Browse files

unbreak chat line more completely

parent f5aba29c
No related branches found
No related tags found
No related merge requests found
......@@ -650,7 +650,7 @@ function playGame(gameNumber) {
while(1) {
cycle();
var cmd=input.getkey(hotkeys);
if(!cmd)
if(cmd === undefined)
continue;
switch(cmd) {
case KEY_UP:
......
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