diff options
author | Colin Noga <Tempus@chronometry.ca> | 2013-05-22 14:18:34 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2013-05-22 14:18:34 -0500 |
commit | d3b2d9fd92ede02ae06232c92e830e5819104f6e (patch) | |
tree | ed9c055f856a78b4410231464385779228861153 /src/bossSamurshai.cpp | |
parent | 7d7fd4eb64f562978dbc001bffb53482af747a0b (diff) | |
download | kamek-d3b2d9fd92ede02ae06232c92e830e5819104f6e.tar.gz kamek-d3b2d9fd92ede02ae06232c92e830e5819104f6e.zip |
Minor shy guy fixes, topman noise fixes, samurshai wall fixes, removed animtile EFB copy speedup - untested commit
Diffstat (limited to '')
-rw-r--r-- | src/bossSamurshai.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bossSamurshai.cpp b/src/bossSamurshai.cpp index 59e8036..12adfeb 100644 --- a/src/bossSamurshai.cpp +++ b/src/bossSamurshai.cpp @@ -264,6 +264,7 @@ daSamurshai *daSamurshai::build() { if (collMgr.isOnTopOfTile()) { isBouncing = true; } + pos.x = direction ? pos.x + speed.x : pos.x - speed.x; return true; } return false; |