mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
アニメーションデータが終端しか存在しない場合に吐かれるPrint文が非常にうるさかったので削除
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@750 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
1a0410d703
commit
06b09b735f
@ -41,7 +41,7 @@ void BNC_incrementCount( BannerCounter *c )
|
||||
if( c->banner->anime.control[0].frameCount == 0 )
|
||||
{
|
||||
// アニメに終端しか存在しない
|
||||
OS_TPrintf( "BNC_incrementCount:Only a Terminator!\n" );
|
||||
//OS_TPrintf( "BNC_incrementCount:Only a Terminator!\n" );
|
||||
return;
|
||||
}
|
||||
|
||||
@ -91,7 +91,7 @@ FrameAnimeData BNC_getFAD( BannerCounter *c )
|
||||
if( c->banner->anime.control[0].frameCount == 0 )
|
||||
{
|
||||
// アニメに終端しか存在しない
|
||||
OS_TPrintf( "BNC_getFAD:Only a Terminator!\n" );
|
||||
//OS_TPrintf( "BNC_getFAD:Only a Terminator!\n" );
|
||||
ret.image = c->banner->v1.image;
|
||||
ret.pltt = c->banner->v1.pltt;
|
||||
ret.hflip = FALSE;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user