--- src/donet.h.old 2007-01-16 13:53:05.000000000 +0100 +++ src/donet.h 2007-01-16 13:53:20.000000000 +0100 @@ -489,7 +489,7 @@ /** Exception throwed when there was an error with resolving hostname. */ class ResolveException {}; - TNET_RESOLVER::TNET_RESOLVER (); + TNET_RESOLVER (); static std::string GetHostName (); --- src/dofight.h.old 2007-01-16 13:53:31.000000000 +0100 +++ src/dofight.h 2007-01-16 13:53:43.000000000 +0100 @@ -230,7 +230,7 @@ void SetProtection(const float new_value) {if (new_value > 1.0f) protection = 1.0f; else if (new_value < 0) protection = 0; else protection = new_value;}; - TDEFENSE::TDEFENSE() + TDEFENSE() { armour = 0; protection = 0; } private: --- src/doraces.h.old 2007-01-16 13:53:50.000000000 +0100 +++ src/doraces.h 2007-01-16 13:54:02.000000000 +0100 @@ -755,7 +755,7 @@ //! buildable[DAT_SEGMENTS_COUNT]; --- src/dodraw.h.old 2007-01-16 13:54:12.000000000 +0100 +++ src/dodraw.h 2007-01-16 13:54:25.000000000 +0100 @@ -140,7 +140,7 @@ void SetProjection(TPROJECTION_TYPE projection); void Update(); - TPROJECTION::TPROJECTION() { SetProjection(PRO_MENU); }; + TPROJECTION() { SetProjection(PRO_MENU); }; }; --- src/dounits.h.old 2007-01-16 13:54:41.000000000 +0100 +++ src/dounits.h 2007-01-16 13:55:05.000000000 +0100 @@ -1094,7 +1094,7 @@ TSOURCE_UNIT * FindNewSource(TPOSITION_3D position); //bool FindNewSource(TPOSITION_3D position); - TSOURCE_UNIT * TWORKER_UNIT::IsSourceOnPosition(int pos_x, int pos_y); + TSOURCE_UNIT * IsSourceOnPosition(int pos_x, int pos_y); //! Constructor. TWORKER_UNIT(int uplayer, int ux, int uy, int uz, int udirection, TFORCE_ITEM *mi, int new_unit_id, bool global_unit) --- src/dowalk.h.old 2007-01-16 13:55:13.000000000 +0100 +++ src/dowalk.h 2007-01-16 13:55:39.000000000 +0100 @@ -270,7 +270,7 @@ bool TestLastPathPosition(void); //!< Tests if a_stem is last step. TPOSITION_3D GetGoalPosition(); //!