diff options
author | yexo <yexo@openttd.org> | 2009-08-25 12:47:50 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-08-25 12:47:50 +0000 |
commit | b9536e933f114bb233b99ee4226f51030db65a18 (patch) | |
tree | 2595cd913eb91092fe1980583d80d35ca7004832 /src/3rdparty/squirrel/samples | |
parent | c46c0a7c86a2e3184c0b6c2e961c6cf3dee16cec (diff) | |
download | openttd-b9536e933f114bb233b99ee4226f51030db65a18.tar.xz |
(svn r17283) -Cleanup [Squirrel]: remove a few unneeded changes to squirrel code
Diffstat (limited to 'src/3rdparty/squirrel/samples')
-rw-r--r-- | src/3rdparty/squirrel/samples/ackermann.nut | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty/squirrel/samples/ackermann.nut b/src/3rdparty/squirrel/samples/ackermann.nut index c8d056082..9fdaff06b 100644 --- a/src/3rdparty/squirrel/samples/ackermann.nut +++ b/src/3rdparty/squirrel/samples/ackermann.nut @@ -20,3 +20,4 @@ if(ARGS.len()!=0) { } print("n="+n+"\n"); print("Ack(3,"+ n+ "):"+ Ack(3, n)); + |