Skip to content
Snippets Groups Projects
Commit 747a9ea6 authored by mcmlxxix's avatar mcmlxxix
Browse files

corrected chat init to allow for additional parameter. globalized gueue.

parent 84af22b3
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ function ChessLobby()
var posx=42;
var posy=3;
var input_line={x:42,y:23,columns:38};
chesschat.Init("Chess Lobby",input_line,columns,rows,posx,posy,false,"\1y");
chesschat.Init("Chess Lobby",input_line,columns,rows,posx,posy,false,false,"\1y");
this.Redraw();
}
this.InitMenu=function()
......
......@@ -3,7 +3,7 @@ function GameSession(game)
this.name;
this.game=game;
this.board;
this.queue=chesschat.queue;
this.queue=queue;
this.menu;
this.currentplayer;
this.infobar=true; //TOGGLE FOR GAME INFORMATION BAR AT TOP OF CHAT WINDOW (default: true)
......
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