Browse Source

Misc: "typedef enum" is not correct. Just "enum" is fine.

pull/897/head
Marek Majkowski 6 years ago committed by Anders Jenbo
parent
commit
15b021f8b7
  1. 2
      Source/render.cpp

2
Source/render.cpp

@ -4,7 +4,7 @@ DEVILUTION_BEGIN_NAMESPACE
#define NO_OVERDRAW
typedef enum {
enum {
RT_SQUARE,
RT_TRANSPARENT,
RT_LTRIANGLE,

Loading…
Cancel
Save