[Scummvm-cvs-logs] CVS: scummvm/saga actionmap.cpp,1.17,1.18

Eugene Sandulenko sev at users.sourceforge.net
Sun Aug 1 06:30:24 CEST 2004


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30106

Modified Files:
	actionmap.cpp 
Log Message:
Remove unneeded code


Index: actionmap.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/actionmap.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- actionmap.cpp	1 Aug 2004 11:48:52 -0000	1.17
+++ actionmap.cpp	1 Aug 2004 13:29:39 -0000	1.18
@@ -130,8 +130,7 @@
 			exmap_entry = &_exits_tbl[i];
 
 			if (exmap_entry != NULL)
-				if (exmap_entry->pt_tbl)
-					free(exmap_entry->pt_tbl);
+				free(exmap_entry->pt_tbl);
 		}
 
 		free(_exits_tbl);





More information about the Scummvm-git-logs mailing list