diff src/wads2.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 c518e08d5961
line wrap: on
line diff
--- a/src/wads2.cc	Mon Sep 26 17:56:33 2011 +0300
+++ b/src/wads2.cc	Mon Sep 26 18:06:30 2011 +0300
@@ -94,10 +94,10 @@
         printf("   |     You won't be allowed to save your changes.      |\n");
         printf("   |       PLEASE REGISTER YOUR COPY OF THE GAME.        |\n");
         printf("   *-----------------------------------------------------*\n");
-        cfg.Registered = false;        // If you remove this, bad things will happen to you...
+        cfg.registered = false;        // If you remove this, bad things will happen to you...
     }
     else
-        cfg.Registered = true;
+        cfg.registered = true;
 
     return 0;
 }