Index: Daodan/src/patches/Patches.c
===================================================================
--- Daodan/src/patches/Patches.c	(revision 843)
+++ Daodan/src/patches/Patches.c	(revision 847)
@@ -520,5 +520,4 @@
 	DD_Patch_PrintWarning();
 
-
 	//Fix crappy ai2_shownames
 	if(1)
@@ -530,8 +529,11 @@
 		//texture	width
 		DDrPatch_NOOP((char*)(OniExe + 0x0008C9CA), 6 );
+/* Crashes game. Perhaps only valid with the additional FLr-callhooks? Those
+   didn't exist in source though.
 		//Set the text color to whatever we like ;)
 		DDrPatch_NOOP((char*)(OniExe + 0x0008C898), 6 );
 		DDrPatch_Byte((char*)(OniExe + 0x0008C898), 0x8B );
 		DDrPatch_Byte((char*)(OniExe + 0x0008C899), 0xCE );
+*/
 //FLATLINE?		DDrPatch_MakeCall((void*)(OniExe + 0x0008C8A3), FLrHook_DebugNameShadeHack);
 		
@@ -540,5 +542,4 @@
 	}
 
-
 	if(1)
 	{
