From cd3768ef44d3c29180bfab96186be85ca2434efe Mon Sep 17 00:00:00 2001 From: Fabian Greffrath Date: Fri, 3 Feb 2023 08:31:08 +0100 Subject: [PATCH] grammar fix: past participle of teach = taught Thanks @MrAlaux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2fd67e1..6620f874 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Please report any bugs, glitches or crashes that you encounter to the GitHub [Is ## Acknowledgement -MBF has always been a special Doom source port for me, as it tought me how to implement 640x400 resolution rendering which was the base for my own source port project [Crispy Doom](https://github.com/fabiangreffrath/crispy-doom). +MBF has always been a special Doom source port for me, as it taught me how to implement 640x400 resolution rendering which was the base for my own source port project [Crispy Doom](https://github.com/fabiangreffrath/crispy-doom). As the original MBF was limited to run only under MS-DOS, I used its pure port WinMBF by Team Eternity to study and debug the code. Over time, I got increasingly frustrated that the code would only compile and run on 32-bit systems and still use the meanwhile outdated SDL-1 libraries. This is how this project was born.