summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Zombiepigman.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/Zombiepigman.h')
-rw-r--r--source/Mobs/Zombiepigman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Mobs/Zombiepigman.h b/source/Mobs/Zombiepigman.h
index 201416dbd..a8c2e429d 100644
--- a/source/Mobs/Zombiepigman.h
+++ b/source/Mobs/Zombiepigman.h
@@ -17,7 +17,7 @@ public:
CLASS_PROTODEF(cZombiepigman);
- virtual void Tick(float a_Dt, MTRand & a_TickRandom) override;
+ virtual void Tick(float a_Dt, cChunk & a_Chunk) override;
virtual void GetDrops(cItems & a_Drops, cPawn * a_Killer = NULL) override;
virtual void KilledBy(cPawn * a_Killer) override;
} ;