Changeset 686589c in network-game for client/Client
- Timestamp:
- Dec 21, 2013, 5:13:43 PM (11 years ago)
- Branches:
- master
- Children:
- ffadc8e
- Parents:
- d3efa1a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/main.cpp
rd3efa1a r686589c 389 389 else if(ev.type == ALLEGRO_EVENT_MOUSE_BUTTON_UP) { 390 390 if(wndCurrent == wndLobby) { 391 /* 391 392 if (ev.mouse.button == 1) { // left click 392 393 txtJoinGame->clear(); … … 395 396 wndCurrent = wndGame; 396 397 } 398 */ 397 399 }else if(wndCurrent == wndGame || wndCurrent == wndNewGame) { 398 400 if (ev.mouse.button == 1) { // left click
Note:
See TracChangeset
for help on using the changeset viewer.