Skip to content

Commit

Permalink
FastDoom 0.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
viti95 committed Jun 2, 2022
1 parent 205823b commit 1f38874
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 0.8.13 (02 Jun 2022)
* Small performance uplift

## 0.8.12 (27 Apr 2022)
* New video mode: IBA MDA text mode. Just for fun, quick'n'dirty
* Small optimization on gameplay code and melting screen functions
Expand Down
4 changes: 2 additions & 2 deletions FASTDOOM/d_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ void IdentifyVersion(void)

if (num_wads > 1)
{
printf("\nFastDoom version 0.8.12\n");
printf("\nFastDoom version 0.8.13\n");
printf("\nFound more than one IWAD. Please select the IWAD you want to play:\n\n");
printf(" 1. DOOM Shareware (doom1.wad)\n");
printf(" 2. DOOM (doom.wad)\n");
Expand Down Expand Up @@ -1085,7 +1085,7 @@ void D_DoomMain(void)
int386(0x10, &regs, &regs);
D_DrawTitle(title, FGCOLOR, BGCOLOR);

printf("\nFastDoom version 0.8.12\n");
printf("\nFastDoom version 0.8.13\n");
printf("P_Init: Checking cmd-line parameters...\n");

// turbo option
Expand Down

0 comments on commit 1f38874

Please sign in to comment.