aboutsummaryrefslogtreecommitdiff
path: root/src/Skeleton.cpp
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-06-17 18:17:02 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-06-17 20:59:45 +0700
commitfb2f16557d34d3b2b4ad44687a55a830878e6aba (patch)
treec9756f002d7c4ac2c529c185e77fc8603ff3e5ee /src/Skeleton.cpp
parentd5127bb945bef714e553bdadd86952fa5eace364 (diff)
downloadblackshades-fb2f16557d34d3b2b4ad44687a55a830878e6aba.tar.gz
Resolve trivial warnings
Diffstat (limited to 'src/Skeleton.cpp')
-rw-r--r--src/Skeleton.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Skeleton.cpp b/src/Skeleton.cpp
index 5f1880f..e039bc4 100644
--- a/src/Skeleton.cpp
+++ b/src/Skeleton.cpp
@@ -468,7 +468,6 @@ extern Skeleton testskeleton;
void Animation::Load(char *fileName)
{
- float placeholder[3];
files.OpenFile((unsigned char*)fileName);
if(files.sFile){
ReadInt(files.sFile, 1, &numframes);
@@ -612,7 +611,6 @@ void Animation::Load(char *fileName)
void Animation::Load(char *fileName, float rotate)
{
- float placeholder[3];
files.OpenFile((unsigned char*)fileName);
if(files.sFile){
ReadInt(files.sFile, 1, &numframes);
@@ -758,8 +756,6 @@ void Skeleton::Load(char *fileName)
{
int parentID;
bool what;
- bool lock;
- float placeholder[3];
files.OpenFile((unsigned char*)fileName);
if(files.sFile){
ReadInt(files.sFile, 1, &num_joints);