Added a new input layer that manages the different input formats.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5559 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -272,6 +272,9 @@ Bitmap* ReadPCXFile (const char* Name)
|
||||
default:Internal ("Unexpected number of planes");
|
||||
}
|
||||
|
||||
/* Copy the name */
|
||||
SB_CopyStr (&B->Name, Name);
|
||||
|
||||
/* Remember the PCX header in the tag */
|
||||
B->Tag = P;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user