diff src/wadres.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 a68786b9c74b
children
line wrap: on
line diff
--- a/src/wadres.cc	Mon Sep 26 17:14:54 2011 +0300
+++ b/src/wadres.cc	Mon Sep 26 17:39:49 2011 +0300
@@ -32,7 +32,7 @@
 #include "wadres.h"
 
 
-Wad_res::Wad_res(MDirPtr * md):sprites(md, &master_dir_serial)
+Wad_res::Wad_res(MDirPtr * md):sprites(md, &cfg.master_dir_serial)
 {
     ;
 }