changeset 19:eb78e754b80b

Updated function names.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 09 Dec 2006 20:08:22 +0000
parents f0196af28884
children 9405ee2751b9
files colormap.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/colormap.c	Sat Dec 09 20:05:53 2006 +0000
+++ b/colormap.c	Sat Dec 09 20:08:22 2006 +0000
@@ -4,6 +4,8 @@
  * (C) Copyright 2006 Tecnic Software productions (TNSP)
  */
 #include "maputils.h"
+#include <string.h>
+
 
 void processNormal(FILE *inFile, FILE *outFile)
 {
@@ -18,7 +20,7 @@
 			fprintf(outFile, "\n");
 			c = -1;
 		} else {
-			c = mcgetc(k);
+			c = mcGetColor(k);
 			if (c != p) {
 				if (p != -1) {
 					fprintf(outFile, "</span>");