diff game.c @ 65:3e7db5ef4691

*** empty log message ***
author gongo
date Thu, 09 Nov 2006 03:16:22 +0000
parents 1cccf6d964b7
children 8edae89a3877
line wrap: on
line diff
--- a/game.c	Thu Nov 09 03:12:04 2006 +0000
+++ b/game.c	Thu Nov 09 03:16:22 2006 +0000
@@ -19,24 +19,11 @@
 #ifdef LINDA
 extern int linda_init();
 #else
-#define linda_init linda_init0
+#define linda_init 1
 #endif
 
 Game game;
 
-static Bool
-ret()
-{
-    return TRUE;
-}
-
-static int
-linda_init0()
-{
-    game.linda_exec = &ret;
-    return 1;
-}
-
 void
 game_main()
 {