# HG changeset patch
# User Wuzzy
# Date 1570824087 -3600
# Node ID 3bccb65d8cac7319b630dc3a60a8ba27fb98ff1a
# Parent  f0d921e412b0b8279ef706417183bcc2cc176156
pas2CTutorial: so crazy

diff -r f0d921e412b0 -r 3bccb65d8cac pas2CTutorial.wiki
--- 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==