X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSkeleton.cpp;h=b338724bf0a529062597b42eb61771eb7eb17f28;hb=cfdbe0ad0521045b27a60dbb1c963ea6dfdcda5a;hp=5b28f738f4ac8cfcea8429e8fb0d8d5366e27271;hpb=0b7253f3d99e4382008aff8b8e221e88ff40d3e9;p=lugaru.git diff --git a/Source/Skeleton.cpp b/Source/Skeleton.cpp index 5b28f73..b338724 100644 --- a/Source/Skeleton.cpp +++ b/Source/Skeleton.cpp @@ -43,7 +43,6 @@ extern int tutoriallevel; extern int whichjointstartarray[26]; extern int whichjointendarray[26]; -extern Game * pgame; extern bool visibleloading; void dealloc2(void* param){ @@ -835,7 +834,7 @@ void Animation::Load(const char *filename, int aheight, int aattack) height=aheight; attack=aattack; - if(visibleloading)pgame->LoadingScreen(); + if(visibleloading) Game::LoadingScreen(); tfile=fopen( fixedFN, "rb" ); if(tfile){