diff options
Diffstat (limited to 'src/bossTopman.cpp')
-rw-r--r-- | src/bossTopman.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bossTopman.cpp b/src/bossTopman.cpp index 95aeefb..4b864ec 100644 --- a/src/bossTopman.cpp +++ b/src/bossTopman.cpp @@ -134,7 +134,7 @@ daDreidel *daDreidel::build() { this->damage += 1; doStateChange(&StateID_Damage); - if (this->damage = 3) { doStateChange(&StateID_Outro); } + if (this->damage == 3) { doStateChange(&StateID_Outro); } } else { dEn_c::spriteCollision(apThis, apOther); } } |