diff options
| author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-05-10 15:14:50 +0000 |
|---|---|---|
| committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-05-10 15:14:50 +0000 |
| commit | 0cff8bfa68f757a5ace08191d3fffaf5236bb6da (patch) | |
| tree | 6942b3a5502390453f7d347ca1bf89166d0dfc1b /games/openbor | |
| parent | e1fbe719d4258ee0106c22dc5a4189cf050148c4 (diff) | |
Fix some more needless usages of UTF-8 where ASCII is sufficient
While here, drop the quotes around <beat 'em up> added in commit
fa4ecd821fadb6 as I have been convinced they are not needed here.
Diffstat (limited to 'games/openbor')
| -rw-r--r-- | games/openbor/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openbor/pkg-descr b/games/openbor/pkg-descr index a10151ef8bc3..109d77e1a257 100644 --- a/games/openbor/pkg-descr +++ b/games/openbor/pkg-descr @@ -1,7 +1,7 @@ OpenBOR is a royalty free sprite-based side scrolling gaming engine. From humble beginnings in 2004, it has since grown into the most versatile, easy to use, and powerful engine of its type you will -find anywhere. OpenBOR is optimized for side-scrolling "beat 'em up" +find anywhere. OpenBOR is optimized for side-scrolling beat 'em up style games (Double Dragon, Streets of Rage, Final Fight), but easily accommodates any sort of gameplay style and feature set you can imagine. |
