diff --git a/bin/data/eidospc.png b/bin/data/eidospc.png new file mode 100644 index 000000000..60cbb7d07 Binary files /dev/null and b/bin/data/eidospc.png differ diff --git a/src/game/shell.c b/src/game/shell.c index a38b82730..b9cc9fe6a 100644 --- a/src/game/shell.c +++ b/src/game/shell.c @@ -99,7 +99,7 @@ void Shell_Main() Screen_ApplyResolution(); - S_DisplayPicture("data\\eidospc.pcx"); + S_DisplayPicture("data\\eidospc.png"); S_InitialisePolyList(); S_CopyBufferToScreen(); S_OutputPolyList();