[Scummvm-cvs-logs] SF.net SVN: scummvm: [26166] scummvm/trunk/engines/parallaction

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sat Mar 17 14:19:31 CET 2007


Revision: 26166
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26166&view=rev
Author:   peres001
Date:     2007-03-17 06:19:30 -0700 (Sat, 17 Mar 2007)

Log Message:
-----------
cleanup

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/commands.h
    scummvm/trunk/engines/parallaction/defs.h
    scummvm/trunk/engines/parallaction/parallaction.h
    scummvm/trunk/engines/parallaction/zone.h

Modified: scummvm/trunk/engines/parallaction/commands.h
===================================================================
--- scummvm/trunk/engines/parallaction/commands.h	2007-03-17 13:18:03 UTC (rev 26165)
+++ scummvm/trunk/engines/parallaction/commands.h	2007-03-17 13:19:30 UTC (rev 26166)
@@ -48,8 +48,6 @@
 };
 
 struct Command : public Node {
-//	Node			_node;
-
 	uint16			_id;
 	CommandData 	u;
 	uint32			_flagsOn;

Modified: scummvm/trunk/engines/parallaction/defs.h
===================================================================
--- scummvm/trunk/engines/parallaction/defs.h	2007-03-17 13:18:03 UTC (rev 26165)
+++ scummvm/trunk/engines/parallaction/defs.h	2007-03-17 13:19:30 UTC (rev 26166)
@@ -39,7 +39,6 @@
 };
 
 struct WalkNode : public Node {
-//	Node	_node;
 	int32	_x;
 	int32	_y;
 

Modified: scummvm/trunk/engines/parallaction/parallaction.h
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction.h	2007-03-17 13:18:03 UTC (rev 26165)
+++ scummvm/trunk/engines/parallaction/parallaction.h	2007-03-17 13:19:30 UTC (rev 26166)
@@ -88,7 +88,6 @@
 typedef void (*JobFn)(void*, Job*);
 
 struct Job : public Node {
-//	Node		_node;
 	uint16		_count; 		// # of executions left
 	uint16		_tag;			// used for ordering
 	uint16		_finished;

Modified: scummvm/trunk/engines/parallaction/zone.h
===================================================================
--- scummvm/trunk/engines/parallaction/zone.h	2007-03-17 13:18:03 UTC (rev 26165)
+++ scummvm/trunk/engines/parallaction/zone.h	2007-03-17 13:19:30 UTC (rev 26166)
@@ -124,7 +124,6 @@
 };
 
 struct Zone : public Node {
-//	Node			_node;
 	union {
 		Rect		_limits;		// for zones
 		struct {	// for animations
@@ -164,7 +163,6 @@
 };
 
 struct Instruction : public Node {
-//	Node	_node;
 	uint32	_index;
 	uint32	_flags;
 	union {
@@ -179,7 +177,6 @@
 
 
 struct Program : public Node {
-//	Node			_node;
 	LocalVariable	*_locals;
 	uint16			_loopCounter;
 	Instruction 	*_ip;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list