* Corrected some spell errors

* Added vorticon baby AI from CK 8.4. Now they are more pesty ;-)


git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@185 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
gerstrong
2009-07-26 20:00:14 +00:00
parent 3ea2d41304
commit 10d15cdffc
7 changed files with 41 additions and 35 deletions

View File

@@ -1228,6 +1228,13 @@ void usage(void)
printf(" keen -ep3 play a normal game of ep3<br>");
}
unsigned int rnd(void)
{
//random_seed = random_seed * 1103515245 + 12345;
//return (uint)(random_seed / 65536) % 32768;
return rand();
}
void radar(void)
{
unsigned int x,y,o;