Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions declarations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ BONE g_Bones[32];
GLuint g_TextureID[3];
WORD g_Texture[256*1024];
WORD g_Sprite[128*128];
TVtl g_Animations[32];
SOUND g_Sounds[32];
TVtl g_Animations[64];
SOUND g_Sounds[64];
HWND g_hMain,gHTool,gHStatus;
HWND g_hAniDlg,g_hSndDlg,g_hCarDlg,g_hAbout, g_DrawArea,g_FileView,g_AniTrack, g_AniDlgTrack, embedTest;
MODEL_HEADER Model;
Expand Down
4 changes: 2 additions & 2 deletions header.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ extern TRIANGLE g_Triangles[MAX_TRIANGLES];
extern VERTEX g_Verticies[MAX_VERTICES];
extern NORM g_Normals[MAX_VERTICES],g_VNormals[MAX_VERTICES];
extern BONE g_Bones[32];
extern TVtl g_Animations[32];
extern SOUND g_Sounds[32];
extern TVtl g_Animations[64];
extern SOUND g_Sounds[64];
extern GLuint g_TextureID[3];
extern MODEL_HEADER Model;
extern WORD g_Texture[256*1024];
Expand Down