Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
daelsepara committed May 28, 2023
1 parent db01729 commit e761155
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![C/C++ CI](https://github.com/daelsepara/sdl-heart/actions/workflows/HeartOfIce.yml/badge.svg)](https://github.com/daelsepara/sdl-heart/actions/workflows/HeartOfIce.yml)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Release](https://img.shields.io/github/v/release/daelsepara/sdl-heart.svg)](https://img.shields.io/github/v/release/daelsepara/sdl-heart.svg)

This is an implementation of the **Heart of Ice** 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/).

# Planned Features
Expand Down Expand Up @@ -62,7 +62,7 @@ This is an implementation of the **Heart of Ice** game book (Critical IF Gameboo

![Loading and Saving Games](/screenshots/load-save-screen.png)

# Copyright Information
# Copyright Information

```
DEDICATED TO JACK VANCE
Expand Down
2 changes: 1 addition & 1 deletion src/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Config

int headerw;
int profilew;

void ComputeBounds()
{
startx = (SCREEN_WIDTH * Margin);
Expand Down
2 changes: 1 addition & 1 deletion src/items.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ namespace Item
int FIND_LEAST(std::vector<Item::Base> &list, Item::Type item)
{
auto found = -1;

auto min = 255;

for (auto i = 0; i < list.size(); i++)
Expand Down

0 comments on commit e761155

Please sign in to comment.