From dcd5bf860944bae72e147bd4a4dafca68fd07bbd Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sat, 7 Apr 2012 15:58:46 +0200 Subject: Better fix for #17 --- src/autoegg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/autoegg.cpp') diff --git a/src/autoegg.cpp b/src/autoegg.cpp index 8846cdb..6e57fcc 100644 --- a/src/autoegg.cpp +++ b/src/autoegg.cpp @@ -76,9 +76,9 @@ void CAutoEgg::DeleteObject(BOOL bAll) alien = SearchAlien(); if ( alien != 0 ) { - // Temporary fix - I'm not sure if this is the intended meaning + // Probably the intended action // Original code: ( alien->RetZoom(0) == 1.0f ) - if ( ( alien->RetZoom(0).x == 1.0f ) && ( alien->RetZoom(0).y == 0.0f ) && ( alien->RetZoom(0).z == 0.0f ) ) + if ( alien->RetZoomY(0) == 1.0f ) { alien->SetLock(FALSE); alien->SetActivity(TRUE); // the insect is active -- cgit v1.2.3-1-g7c22