1
0

Removed Some unnessicary macros

This commit is contained in:
Tycho
2014-03-10 11:34:20 -07:00
parent 8947f80294
commit 2eca30aebc
3 changed files with 2 additions and 21 deletions

View File

@@ -36,19 +36,6 @@
#define AddPistonDir(x, y, z, dir, amount) switch (dir) { case 0: (y)-=(amount); break; case 1: (y)+=(amount); break;\
case 2: (z)-=(amount); break; case 3: (z)+=(amount); break;\
case 4: (x)-=(amount); break; case 5: (x)+=(amount); break; }
/** If the number of queued outgoing packets reaches this, the client will be kicked */
#define MAX_OUTGOING_PACKETS 2000
/** Maximum number of explosions to send this tick, server will start dropping if exceeded */
#define MAX_EXPLOSIONS_PER_TICK 20