summaryrefslogtreecommitdiff
path: root/src/simulation/elements/PSTN.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2013-01-26 17:16:58 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2013-01-26 17:16:58 (GMT)
commit12e3802bf4843dc5d1af1812ce7496bd3e7869b3 (patch)
treec1f714eaa48f95f7b1e5969295a003493c26b97d /src/simulation/elements/PSTN.cpp
parent8e689fdd080ff24b9beb68852ff9b7c74594f119 (diff)
downloadpowder-12e3802bf4843dc5d1af1812ce7496bd3e7869b3.zip
powder-12e3802bf4843dc5d1af1812ce7496bd3e7869b3.tar.gz
Put back default piston size
Diffstat (limited to 'src/simulation/elements/PSTN.cpp')
-rw-r--r--src/simulation/elements/PSTN.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/PSTN.cpp b/src/simulation/elements/PSTN.cpp
index 79e652f..582f070 100644
--- a/src/simulation/elements/PSTN.cpp
+++ b/src/simulation/elements/PSTN.cpp
@@ -56,7 +56,7 @@ int Element_PSTN::tempPartAmount[128];
#define PISTON_RETRACT 0x01
#define PISTON_EXTEND 0x02
#define MAX_FRAME 0x0F
-#define DEFAULT_LIMIT 0x06
+#define DEFAULT_LIMIT 0x1F
//#TPT-Directive ElementHeader Element_PSTN static int update(UPDATE_FUNC_ARGS)
int Element_PSTN::update(UPDATE_FUNC_ARGS)