Coding style, comments, spelling...

This commit is contained in:
Markus Armbruster 2006-05-26 18:46:50 +00:00
parent 109dad1bee
commit f3e85c2f70
9 changed files with 6 additions and 20 deletions

View file

@ -154,13 +154,6 @@ trad(void)
}
switch (trade.trd_type) {
case EF_NUKE:
/*
if (!getsect(tg.gen.trg_x, tg.gen.trg_y, &sect)) {
return RET_FAIL;
}
trade.trd_owner = sect.sct_own;
break;
*/
case EF_PLANE:
case EF_SHIP:
case EF_LAND: