Bug #178 ยป 0039-Annotate-do_explore-fallthrough.patch
server/unittools.c | ||
---|---|---|
if (punit->activity == ACTIVITY_EXPLORE) {
|
||
break;
|
||
}
|
||
/* fallthru */
|
||
fc__fallthrough;
|
||
default:
|
||
unit_activity_handling(punit, ACTIVITY_IDLE, ACTION_NONE);
|
||