From 09a74c822519bae9d20f79b8e7808f19c5094e7f Mon Sep 17 00:00:00 2001
From: Ian C <ianc@noddybox.co.uk>
Date: Sat, 7 Oct 2006 00:22:01 +0000
Subject: Added basic snow drawing

---
 source/zx81.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'source')

diff --git a/source/zx81.c b/source/zx81.c
index b0ec963..5b8f6b7 100644
--- a/source/zx81.c
+++ b/source/zx81.c
@@ -399,8 +399,7 @@ static int CheckTimers(Z80 *z80, Z80Val val)
 	}
 	else
 	{
-	    /*DrawSnow(z80);*/
-	    DrawScreen(z80);
+	    DrawSnow(z80);
 	    FRAME_TSTATES=FAST_TSTATES;
 	}
 
-- 
cgit v1.2.3