diff src/wads.cc @ 83:002bc70a3982

More cleanups. Mostly variable renames.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 26 Sep 2011 18:06:30 +0300
parents 2f1ecc1c5f72
children f05330267c66
line wrap: on
line diff
--- a/src/wads.cc	Mon Sep 26 17:56:33 2011 +0300
+++ b/src/wads.cc	Mon Sep 26 18:06:30 2011 +0300
@@ -200,7 +200,7 @@
 
 void WriteBytes(FILE * file, const void *buf, long size)
 {
-    if (!cfg.Registered)
+    if (!cfg.registered)
         return;
 
     while (size > 0x8000)