Skip to content

Commit

Permalink
Cleanup of mapdata.hs (replaced tabs with spaces)
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Mar 3, 2012
1 parent c0899b0 commit 02c257d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doomsday/engine/portable/include/mapdata.hs
Expand Up @@ -215,8 +215,8 @@ internal
#define PS_offset surface.offset
#define PS_visoffset surface.visOffset
#define PS_rgba surface.rgba
#define PS_flags surface.flags
#define PS_inflags surface.inFlags
#define PS_flags surface.flags
#define PS_inflags surface.inFlags
end

struct plane
Expand Down Expand Up @@ -296,7 +296,7 @@ typedef struct msector_s {

// Suppress superfluous mini warnings.
int warnedFacing;
int refCount;
int refCount;
} msector_t;
end

Expand Down Expand Up @@ -393,15 +393,15 @@ internal
typedef struct msidedef_s {
// Sidedef index. Always valid after loading & pruning.
int index;
int refCount;
int refCount;
} msidedef_t;
end

struct sidedef
- surface_t[3] sections
UINT uint hedgeCount
PTR hedge_s** hedges // [hedgeCount] size, segs arranged left>right
PTR linedef_s* line
PTR linedef_s* line
PTR sector_s* sector
SHORT short flags
- msidedef_t buildData
Expand Down

0 comments on commit 02c257d

Please sign in to comment.