shithub: rott

Download patch

ref: c1d94b0c0f5f5b573cb7bb9d2fe43d30b2a7b356
parent: 1fc4a5e28e99845c8b29f4888c6010843e0708d7
author: Marc-Alexandre Espiaut <[email protected]>
date: Mon Jun 4 11:39:58 EDT 2018

Removing DOS code cin_main.c

--- a/rott/cin_main.c
+++ b/rott/cin_main.c
@@ -233,7 +233,6 @@
     ShutdownCinematic ();
 }
 
-#ifndef DOS
 int cin_iscale;
 byte *cin_source;
 int cin_texturemid;
@@ -275,5 +274,4 @@
         buf += linewidth;
     }
 }
-#endif