git » fp-git.git » commit f5910ba

edited some comments

author ecalot
2005-06-08 16:21:06 UTC
committer ecalot
2005-06-08 16:21:06 UTC
parent 8b6784bf30c135c4e26ede6b39d2849c0fea3632

edited some comments

PR/src/lib/actions/import.c +1 -2

diff --git a/PR/src/lib/actions/import.c b/PR/src/lib/actions/import.c
index 8bd8133..436da59 100644
--- a/PR/src/lib/actions/import.c
+++ b/PR/src/lib/actions/import.c
@@ -78,7 +78,7 @@ int mAddCompiledFileToDatFile(tResource* res,const char* vFile) {
 	return 1;
 }
 
-/* TODO: code the free resources into reslist.c */
+/* TODO: code the free resources into reslist.c that includes the pointed char*'s */
 #define freeResources \
 for (id=0;id<MAX_RES_COUNT;id++) {\
 	if (r[id]!=NULL) {\
@@ -172,7 +172,6 @@ int partialCompile(const char* vFiledat, const char* vDirExt, tResourceList* r,
 		}
 /*		if (res->id.value==0xFFFF) continue; * Tammo Jan Bug fix TODO: move to the dat layer? */
 
-/*		mWriteInitResource(r+id);*/
 #if 0 /* TODO: recode this based on extract function */
 		if (r[id]&&isInThePartialList(r[id]->path,id)) { /* If the resource was specified */
 			if (hasFlag(raw_flag)) r[id]->type=0; /* compile from raw */