Skip to content

Commit

Permalink
Line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-fadely committed Dec 6, 2015
1 parent d4f8ebc commit 95f2fc3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions SA2ModLoader/include/ninja.h
Expand Up @@ -1144,27 +1144,27 @@ typedef struct {

struct struct_0
{
char DataType; // 1 = Vertex, 3 = VColor?, 5 = UV?, 0xFF = end list
char DataType; // 1 = Vertex, 3 = VColor?, 5 = UV?, 0xFF = end list
char ElementSize;
__int16 ElementCount;
int field_4;
void *Data;
int DataSize;
};

struct struct_1
{
int *ptr1;
int cnt1;
char *ptr2;
int cnt2;
};
struct struct_1
{
int *ptr1;
int cnt1;
char *ptr2;
int cnt2;
};

struct SA2B_Model
{
struct_0 *Vertices;
int field_4;
struct_1 *Poly;
struct_1 *Poly;
int field_C;
__int16 PolyCount;
__int16 field_12;
Expand Down

0 comments on commit 95f2fc3

Please sign in to comment.