--- a/pas2CTutorial.wiki Fri Oct 11 21:00:37 2019 +0100
+++ b/pas2CTutorial.wiki Fri Oct 11 21:01:27 2019 +0100
@@ -4,7 +4,7 @@
Pas2C is intended to be used when building the engine natively (e.g. with !FreePascal) fails for some reason. However, Pas2C does have some limitations and you should try to first build Hedgewars normally before attempting a Pas2C build.
-Pas2C is our hand-written Pascal-to-C-compiler. It works by converting all Pascal code to C, and then compiling the C code.
+Pas2C is our hand-written Pascal-to-C-compiler. It works by converting all Pascal code to C, and then compiling the C code. Yes, we're a little crazy. :-)
==Limitations==