• R/O
  • SSH

zandronum-sandbox-stable: Commit


Commit MetaInfo

Revision8ad1581ba42011a6b032ca8e1b76d80d30fd2557 (tree)
Time2006-04-14 01:56:06
AuthorChristoph Oelckers <coelckers@zdoo...>
CommiterChristoph Oelckers

Log Message

SVN r38 (trunk)

Change Summary

Incremental Difference

diff -r 5fb309c9e22c -r 8ad1581ba420 src/g_strife/a_macil.cpp
--- a/src/g_strife/a_macil.cpp Thu Apr 13 16:52:24 2006 +0000
+++ b/src/g_strife/a_macil.cpp Thu Apr 13 16:56:06 2006 +0000
@@ -183,5 +183,7 @@
183183 {
184184 if (inflictor->IsKindOf (RUNTIME_CLASS(ASpectralLightningV1)))
185185 return -1;
186- return Super::TakeSpecialDamage(inflictor, source, damage, damagetype);
186+
187+ // This must skip the method of AMacil1 but it should call AActor's version.
188+ return AActor::TakeSpecialDamage(inflictor, source, damage, damagetype);
187189 }
Show on old repository browser