Files @ r15526:fd788c63e5db
Branch filter:

Location: cpp/openttd-patchpack/source/src/3rdparty/squirrel/etc/test.nut

terkhen
(svn r20195) -Fix [FS#3891]: Remove autofocus of the edit box in the found town window (Zuu).
1
2
3
4
function foo(i, f, s)
{
    print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n");
}