[Scummvm-cvs-logs] scummvm master -> 8465f9f99ff5eca617a57b4231efdbcf7c9f9e8a

dreammaster dreammaster at scummvm.org
Sat Oct 1 08:40:31 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
8465f9f99f TSAGE: Remove extra semicolon to fix compilation errors


Commit: 8465f9f99ff5eca617a57b4231efdbcf7c9f9e8a
    https://github.com/scummvm/scummvm/commit/8465f9f99ff5eca617a57b4231efdbcf7c9f9e8a
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-09-30T23:34:03-07:00

Commit Message:
TSAGE: Remove extra semicolon to fix compilation errors

Changed paths:
    engines/tsage/blue_force/blueforce_scenes5.h



diff --git a/engines/tsage/blue_force/blueforce_scenes5.h b/engines/tsage/blue_force/blueforce_scenes5.h
index d30289a..ef10731 100644
--- a/engines/tsage/blue_force/blueforce_scenes5.h
+++ b/engines/tsage/blue_force/blueforce_scenes5.h
@@ -223,7 +223,7 @@ public:
 	Nickel _nickel;
 	Object5 _object5;
 	NamedObject _object6;
-	PicturePart _picture1, _picture2, _picture3, _picture4;;
+	PicturePart _picture1, _picture2, _picture3, _picture4;
 	Computer _computer;
 	NamedHotspot _chair, _lamp, _item4, _trophy, _watercolours, _fileCabinets;
 	NamedHotspot _certificate, _bookcase, _desk, _carpet, _item12, _office;
@@ -236,7 +236,6 @@ public:
 	virtual void signal();
 	virtual void process(Event &event);
 	virtual void dispatch();
-
 };
 
 } // End of namespace BlueForce






More information about the Scummvm-git-logs mailing list