[Scummvm-cvs-logs] SF.net SVN: scummvm:[33278] scummvm/trunk/engines/tinsel/polygons.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Jul 25 11:15:32 CEST 2008


Revision: 33278
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33278&view=rev
Author:   fingolfin
Date:     2008-07-25 09:15:32 +0000 (Fri, 25 Jul 2008)

Log Message:
-----------
TINSEL: Got rid of NO_TAG (not used)

Modified Paths:
--------------
    scummvm/trunk/engines/tinsel/polygons.h

Modified: scummvm/trunk/engines/tinsel/polygons.h
===================================================================
--- scummvm/trunk/engines/tinsel/polygons.h	2008-07-25 09:15:03 UTC (rev 33277)
+++ scummvm/trunk/engines/tinsel/polygons.h	2008-07-25 09:15:32 UTC (rev 33278)
@@ -47,7 +47,7 @@
 
 // tagState
 enum TSTATE {
-	NO_TAG, TAG_OFF, TAG_ON
+	TAG_OFF, TAG_ON
 };
 
 // pointState


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