Changeset cb5a021 in network-game for client/Client/main.cpp
- Timestamp:
- Jul 4, 2014, 10:22:02 PM (10 years ago)
- Branches:
- master
- Children:
- cf05729
- Parents:
- b1ce08c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/main.cpp
rb1ce08c rcb5a021 1094 1094 break; 1095 1095 } 1096 case MSG_TYPE_START_GAME: 1097 { 1098 state = STATE_GAME; 1099 wndCurrent = wndGame; 1100 1101 break; 1102 } 1096 1103 default: 1097 1104 { … … 1398 1405 1399 1406 void startGame() { 1400 state = STATE_GAME; 1401 wndCurrent = wndGame; 1407 msgTo.type = MSG_TYPE_LEAVE_GAME; 1408 1409 msgProcessor.sendMessage(&msgTo, &server); 1402 1410 } 1403 1411
Note:
See TracChangeset
for help on using the changeset viewer.