Skip to content

Commit

Permalink
for non-remaster builds set SORTDRAW and PARTIAL defines to same valu…
Browse files Browse the repository at this point in the history
…e as 3.03
  • Loading branch information
Maikel authored and OmniBlade committed Jun 19, 2024
1 parent 3fe4c5d commit f292852
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions redalert/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,13 @@
#endif

// Test to see if partial object drawing is any faster.
#ifdef REMASTER_BUILD
//#define PARTIAL
#define SORTDRAW
#else
#define PARTIAL
//#define SORTDRAW
#endif

/**********************************************************************
** If the scenario editor to to be active in this build then uncomment
Expand Down
1 change: 1 addition & 0 deletions redalert/function.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ bool PlayMpegMovie(const char* name);
#endif

#include "externs.h"
#include "keyframe.h"

extern int Get_CD_Drive(void);
extern void Fatal(char const* message, ...);
Expand Down

0 comments on commit f292852

Please sign in to comment.