Changeset 297682c in network-game for client/Client/main.cpp
- Timestamp:
- Jul 27, 2013, 6:04:41 PM (11 years ago)
- Branches:
- master
- Children:
- b35b2b2
- Parents:
- bc70282
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/main.cpp
rbc70282 r297682c 612 612 cout << "Logged out" << endl; 613 613 state = STATE_START; 614 chatConsole.clear();615 614 goToLoginScreen(); 616 615 } … … 951 950 { 952 951 txtChat->clear(); 952 chatConsole.clear(); 953 953 954 954 msgTo.type = MSG_TYPE_LOGOUT;
Note:
See TracChangeset
for help on using the changeset viewer.