Comment fix.

This commit is contained in:
Aleric Inglewood
2013-03-23 22:22:38 +01:00
parent d526d388ef
commit 2916d9353e

View File

@@ -42,7 +42,7 @@
// {
// static bool recursive;
// if (recursive) return;
// AIRecursive dummy(flag);
// AIRecursive dummy(recursive);
// ...
// }