* 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user