From 080430b3bda2bec05362119447d51b6c37f1cfc1 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Tue, 18 Dec 2001 05:08:52 +0000 Subject: Redid the most of the file loading/saving. Now uses $HOME/.avp/ and $AVP_DIR to look for files. --- src/win95/awtexld.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/win95/awtexld.hpp') diff --git a/src/win95/awtexld.hpp b/src/win95/awtexld.hpp index e41400c..e9c70fb 100644 --- a/src/win95/awtexld.hpp +++ b/src/win95/awtexld.hpp @@ -254,7 +254,7 @@ namespace AwTl { case 4: { unsigned shift=0; - unsigned val; + unsigned val=0; --_dstRowP.byteP; // decrement here because we increment before the first write for (unsigned colcount = _srcWidth; colcount; --colcount) { @@ -441,7 +441,7 @@ namespace AwTl { class TypicalTexFileLoader : public TexFileLoader { protected: - TypicalTexFileLoader() : m_pRowBuf(NULL), m_ppPixMap(NULL), m_pPalette(NULL) {} + TypicalTexFileLoader() : m_pPalette(NULL), m_ppPixMap(NULL), m_pRowBuf(NULL) {} virtual ~TypicalTexFileLoader(); -- cgit v1.3