forgot to put the do_special packet into the do_pkg function

origin
stpohle 23 years ago
parent 200c0130b1
commit f8711354d4

@ -1071,6 +1071,9 @@ do_pkg (struct pkg *packet, _net_addr * addr)
case (PKG_ill):
do_ill ((struct pkg_ill *) packet, addr);
break;
case (PKG_special):
do_special ((struct pkg_special *) packet, addr);
break;
default:
send_error (addr, "BomberClone: unknown data packet");
break;

Loading…
Cancel
Save