Changeset 686589c in network-game


Ignore:
Timestamp:
Dec 21, 2013, 5:13:43 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
ffadc8e
Parents:
d3efa1a
Message:

The old game screen is no longer accessible by clicking anywhere on the lobby screen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/main.cpp

    rd3efa1a r686589c  
    389389      else if(ev.type == ALLEGRO_EVENT_MOUSE_BUTTON_UP) {
    390390         if(wndCurrent == wndLobby) {
     391            /*
    391392            if (ev.mouse.button == 1) { // left click
    392393               txtJoinGame->clear();
     
    395396               wndCurrent = wndGame;
    396397            }
     398            */
    397399         }else if(wndCurrent == wndGame || wndCurrent == wndNewGame) {
    398400            if (ev.mouse.button == 1) {   // left click
Note: See TracChangeset for help on using the changeset viewer.