Maelstrom: Temporarily disabled fading again

From 9032371491be6e1b52be2d8d9813e50d7e462e1f Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sun, 23 Oct 2011 03:50:13 -0400
Subject: [PATCH] Temporarily disabled fading again

---
 screenlib/SDL_FrameBuf.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/screenlib/SDL_FrameBuf.cpp b/screenlib/SDL_FrameBuf.cpp
index a190e6c9..9e6f1b05 100644
--- a/screenlib/SDL_FrameBuf.cpp
+++ b/screenlib/SDL_FrameBuf.cpp
@@ -131,7 +131,7 @@ void
 FrameBuf:: Fade(void)
 {
 // Temporary for development
-//return;
+return;
 	const int max = 32;
 	Uint16 ramp[256];