pixelsoccupied / 345_California

Popular board game "PANDEMIC" done in C++.
0 stars 1 forks source link

case PlayerActions::Drive: is not in use because Move/drive action is handled elsewhere!(not sure where) #116

Closed pixelsoccupied closed 7 years ago

MatthewChrobak commented 7 years ago

The handling of the Drive action is in Frames.cpp. Look for the MouseDown event handler in the struct GameFrame.