shithub: rott

Download patch

ref: 18fc50202cfc0ef24b00ee96f05d47bf3bfb37b7
parent: 3b9d4d8f5a9b1f8f615b4456a3b107e3677b2cc7
author: Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
date: Tue Jun 5 09:45:12 EDT 2018

Removing obsolete WATCOM code from f_scale.h

--- a/rott/f_scale.h
+++ b/rott/f_scale.h
@@ -30,9 +30,4 @@
 void R_DrawFilmColumn (byte * buf);
 void DrawFilmPost (byte * buf, byte * src, int height);
 
-#if (defined __WATCOMC__)
-#pragma aux R_DrawFilmColumn parm [EDI] modify exact [eax ebx ecx edx esi edi]
-#pragma aux DrawFilmPost parm [EDI] [ESI] [ECX] modify exact [eax ecx edx edi esi ebx]
-#endif
-
 #endif