summaryrefslogtreecommitdiffstats
path: root/src/autoegg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/autoegg.cpp')
-rw-r--r--src/autoegg.cpp4
1 files changed, 2 insertions, 2 deletions
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