From 97edcc167442dbb794191cbb2f722e0a02f1d159 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Fri, 23 Mar 2012 19:43:42 +0100 Subject: Fixes in auto* modules - fixed missing #includes and case in file names - fixed syntax errors reported by GCC - did not fix issues #8 and #17 --- src/autoegg.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/autoegg.cpp') diff --git a/src/autoegg.cpp b/src/autoegg.cpp index f3b629a..45dadf5 100644 --- a/src/autoegg.cpp +++ b/src/autoegg.cpp @@ -22,8 +22,8 @@ #include #include "struct.h" -#include "D3DEngine.h" -#include "D3DMath.h" +#include "d3dengine.h" +#include "d3dmath.h" #include "event.h" #include "misc.h" #include "iman.h" @@ -59,7 +59,7 @@ CAutoEgg::CAutoEgg(CInstanceManager* iMan, CObject* object) CAutoEgg::~CAutoEgg() { - CAuto::~CAuto(); + this->CAuto::~CAuto(); } @@ -76,7 +76,7 @@ void CAutoEgg::DeleteObject(BOOL bAll) alien = SearchAlien(); if ( alien != 0 ) { - if ( alien->RetZoom(0) == 1.0f ) + if ( alien->RetZoom(0) == 1.0f ) // ? RetZoom() returns a vector { alien->SetLock(FALSE); alien->SetActivity(TRUE); // the insect is active -- cgit v1.2.3-1-g7c22