22 lines
799 B
Plaintext
22 lines
799 B
Plaintext
|
$OpenBSD: patch-multiplayerscreen_py,v 1.1.1.1 2003/10/10 16:10:13 sturm Exp $
|
||
|
--- multiplayerscreen.py.orig 2002-10-01 16:38:03.000000000 +0200
|
||
|
+++ multiplayerscreen.py 2003-08-11 23:02:26.000000000 +0200
|
||
|
@@ -69,7 +69,7 @@ class MultiplayerScreen(Dialog):
|
||
|
#chat = Chat(self.surface, self.images, self.locations)
|
||
|
chat = None
|
||
|
|
||
|
- from game import *
|
||
|
+ #from game import *
|
||
|
|
||
|
game = Game(self.surface, self.images, self.locations, player1, player2)
|
||
|
game.run()
|
||
|
@@ -95,7 +95,7 @@ class MultiplayerScreen(Dialog):
|
||
|
#chat = Chat(self.surface, self.images, self.locations, self.host.getText())
|
||
|
chat = None
|
||
|
|
||
|
- from game import *
|
||
|
+ #from game import *
|
||
|
|
||
|
game = Game(self.surface, self.images, self.locations, player1, player2)
|
||
|
game.run()
|