From 360d8eade0332f2c1aa5c205ca772cd506c35b26 Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Tue, 13 Jun 2017 20:35:30 +0100 Subject: FastRandom rewrite (#3754) --- src/Mobs/Path.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Mobs/Path.h') diff --git a/src/Mobs/Path.h b/src/Mobs/Path.h index f51b7da77..977c5be1c 100644 --- a/src/Mobs/Path.h +++ b/src/Mobs/Path.h @@ -178,7 +178,6 @@ private: double m_HalfWidth; int m_StepsLeft; cPathCell * m_NearestPointToTarget; - cFastRandom m_Rand; /* Control fields */ ePathFinderStatus m_Status; -- cgit v1.2.3