This commit is contained in:
Daveo 2001-04-25 17:04:12 +00:00
parent f4ab66bf70
commit f29a89e2dd
2 changed files with 3 additions and 3 deletions

View File

@ -61,8 +61,8 @@ struct sNormal
//***************************************************************************
struct sBBox
{
s16 XMin,YMin,ZMin;
s16 XMax,YMax,ZMax;
s16 XMin,YMin;//,ZMin;
s16 XMax,YMax;//,ZMax;
};
//***************************************************************************

View File

@ -15,7 +15,7 @@
# Player
################################################
[SpongeBob]
Gfx=..\..\graphics\characters\spongebob\render\psx\SpongeBob_IdleBreath0001.bmp
Gfx=..\..\graphics\characters\spongebob\render\psx\SpongeBob_IdleBreath0000.bmp
Player=1
################################################