summaryrefslogtreecommitdiff
path: root/src/electricLine.cpp
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2012-03-11 22:13:32 -0500
committerColin Noga <Tempus@chronometry.ca>2012-03-11 22:13:32 -0500
commitd3a5dc12e3b3d8295d8389e4ab5ff7888f492378 (patch)
treea9fd6c5c1376a210c189feab1c0a85f37962bf4a /src/electricLine.cpp
parent6ddd772d6546758a2602a934a6b385757b77b48e (diff)
downloadkamek-d3a5dc12e3b3d8295d8389e4ab5ff7888f492378.tar.gz
kamek-d3a5dc12e3b3d8295d8389e4ab5ff7888f492378.zip
pushing in case my HD dies.
Diffstat (limited to 'src/electricLine.cpp')
-rw-r--r--src/electricLine.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/electricLine.cpp b/src/electricLine.cpp
index d8a72e2..af8c7ea 100644
--- a/src/electricLine.cpp
+++ b/src/electricLine.cpp
@@ -61,6 +61,10 @@ int daElectricLine::onCreate() {
Needles = (daNeedles*)create(NEEDLE_FOR_KOOPA_JR_B, settings, &temppos, &this->rot, 0);
Needles->doStateChange(&daNeedles::StateID_DemoWait);
+ // Needles->aPhysics.info.category1 = 0x3;
+ // Needles->aPhysics.info.bitfield1 = 0x4F;
+ // Needles->aPhysics.info.bitfield2 = 0xffbafffe;
+
// Delay in 1/6ths of a second
this->delay = (this->settings >> 16) * 10;
this->loops = (this->settings >> 4);