Home
last modified time | relevance | path

Searched refs:mHitDirection (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DHitPlayerComponent.java26 boolean mHitDirection; field in HitPlayerComponent
43 mHitDirection = false; // by default, hit myself in reset()
58 if (!mHitDirection) { in update()
77 mHitDirection = hitPlayer; in setup()