Skip to content

Commit

Permalink
- fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachael Alexanderson committed Apr 19, 2018
1 parent b7c711b commit 42463b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/d_netsync.h
Expand Up @@ -13,10 +13,10 @@ struct NetSyncData {
uint8_t frame; // sprite frame to draw
uint8_t effects; // [RH] see p_effect.h
FRenderStyle RenderStyle; // Style to draw this actor with
uint32_t Translation;
uint32_t RenderRequired; // current renderer must have this feature set
uint32_t RenderHidden; // current renderer must *not* have any of these features
ActorRenderFlags renderflags; // Different rendering flags
uint32_t Translation;
uint32_t RenderRequired; // current renderer must have this feature set
uint32_t RenderHidden; // current renderer must *not* have any of these features
uint32_t renderflags; // Different rendering flags
double Floorclip; // value to use for floor clipping
DAngle VisibleStartAngle;
DAngle VisibleStartPitch;
Expand Down

0 comments on commit 42463b7

Please sign in to comment.