Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
daelsepara committed Sep 1, 2021
1 parent b551b20 commit a17fee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Down Among the Dead Men (Critical IF Gamebooks) - Work in Progress
# Down Among the Dead Men (Critical IF Gamebooks)

This is an implementation of the **Down Among the Dead Men** game book (Critical IF Gamebooks) by [Dave Morris](https://fabledlands.blogspot.com/). The game is written in C/C++ and uses the [Simple DirectMedia Library (SDL)](https://www.libsdl.org/).

Expand Down
2 changes: 1 addition & 1 deletion src/DownAmongTheDeadMen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ bool glossaryScreen(SDL_Window *window, SDL_Renderer *renderer, std::vector<Skil
fillWindow(renderer, intWH);

fillRect(renderer, glossary_width, text_bounds, startx, starty, intBE);

renderText(renderer, glossary, intBE, startx + space, starty + space, text_bounds - 2 * space, offset);

renderButtons(renderer, controls, current, intGR, border_space, border_pts, (offset > 0), glossary && offset < (glossary->h - text_bounds + 2 * space));
Expand Down

0 comments on commit a17fee3

Please sign in to comment.