commit ba46eb5e29e9d45035d9918af27f9683b08e671c
parent 505f4866c08da037dc4ffd5937d7bb662fe15653
Author: ByteProject <stefan.vogt@byteproject.net>
Date: Thu, 16 Feb 2012 23:58:07 +0100
invoking IDF loader
Diffstat:
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/ansilove/main.c b/ansilove/main.c
@@ -63,11 +63,6 @@ void loadPCBoard(void)
// params: input, output, font, bits, icecolors
}
-void loadIceDraw(void)
-{
- // params: input, output, bits
-}
-
void loadTundra(void)
{
// params: input, output, font, bits
@@ -219,7 +214,8 @@ int main(int argc, char *argv[])
alArtworxLoader(input, output, bits);
}
else if (strcmp(fext, ".idf") == 0) {
- loadIceDraw();
+ // params: input, output, bits
+ alIcedrawLoader(input, output, bits);
}
else if (strcmp(fext, ".tnd") == 0) {
loadTundra();