diff options
Diffstat (limited to '')
-rw-r--r-- | source/Minecart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Minecart.cpp b/source/Minecart.cpp index 359ea5402..c8d1946e5 100644 --- a/source/Minecart.cpp +++ b/source/Minecart.cpp @@ -53,7 +53,7 @@ void cMinecart::SpawnOn(cClientHandle & a_ClientHandle) -void cMinecart::Tick(float a_Dt, MTRand & a_TickRandom)
+void cMinecart::Tick(float a_Dt, cChunk & a_Chunk)
{
// TODO: the physics
}
|