diff src/colour4.cc @ 80:2f1ecc1c5f72

Huge cleanup -- move some global variables into a struct.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 26 Sep 2011 17:39:49 +0300
parents 0602d9bf474a
children f05330267c66
line wrap: on
line diff
--- a/src/colour4.cc	Mon Sep 26 17:14:54 2011 +0300
+++ b/src/colour4.cc	Mon Sep 26 17:39:49 2011 +0300
@@ -156,7 +156,7 @@
 void free_colours(pcolour_t * pcn_table, size_t count)
 {
     verbmsg("colours: free_colours: count %d\n", count);
-    if (verbose)
+    if (cfg.verbose)
         dump_pcolours();
 
     if (pcn_table == NULL)        // Sanity