shithub: rott

Download patch

ref: b3a1dbf1caacaffe09cac684b6696673c392784c
parent: c17c0b4eacee443b75f13ad7baf0c5eefb24237a
author: Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
date: Tue Jun 5 09:54:33 EDT 2018

Removing obsolete WATCOM code from rt_dr_a.h

--- a/rott/rt_dr_a.h
+++ b/rott/rt_dr_a.h
@@ -34,12 +34,4 @@
 void  DrawMenuPost (int height, byte * src, byte * buf); // IN rt_dr_a.asm
 void  DrawMapPost (int height, byte * src, byte * buf); // IN rt_dr_a.asm
 
-#if defined(__WATCOMC__)
-#pragma aux DrawPost parm [ECX] [ESI] [EDI] modify exact [eax ebx ecx edx esi edi]
-#pragma aux DrawHeightPost parm [ECX] [ESI] [EDI] modify exact [eax ebx ecx edx edi]
-#pragma aux R_DrawWallColumn parm [EDI] modify exact [eax ebx ecx edx esi edi]
-#pragma aux DrawMenuPost parm [ECX] [ESI] [EDI] modify exact [eax ebx ecx edx edi]
-#pragma aux DrawMapPost parm [ECX] [ESI] [EDI] modify exact [eax ebx ecx edx edi]
-#endif
-
 #endif