summaryrefslogtreecommitdiff
path: root/src/win95/awtexld.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win95/awtexld.hpp')
-rw-r--r--src/win95/awtexld.hpp4
1 files changed, 2 insertions, 2 deletions
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();