ft2-clone

Fasttracker 2 clone
Log | Files | Refs | README | LICENSE

commit f1e95f5e3992504c7c0c5c5be53863c971d22c7a
parent 475cc10f6029df140a1055056cdc5c50b59b1a22
Author: Olav Sørensen <olav.sorensen@live.no>
Date:   Mon,  2 Dec 2019 13:43:57 +0100

Update README.md
Diffstat:
MREADME.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -13,4 +13,5 @@ If these don't work for you, you'll have to compile the code manually. Please read HOW-TO-COMPILE.txt file in the repository. PS: The source code is quite hackish and hardcoded. \ -My first priority is _accuracy_, not flexibility and clean code. +My first priority is _accuracy_, not flexibility and clean code. \ +Some parts of the code are directly ported from the original FT2 source code.