From 3836649c663e70e503686c52c67f71d21c00bb84 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Wed, 14 Oct 1998 00:39:33 +0200 Subject: [PATCH] rnd-19981013-3 --- src/game.c | 14 +++++++++++--- src/main.c | 1 + src/main.h | 1 + src/netserv.c | 8 ++++---- src/network.c | 3 +++ 5 files changed, 20 insertions(+), 7 deletions(-) diff --git a/src/game.c b/src/game.c index 354c823b..9c152d05 100644 --- a/src/game.c +++ b/src/game.c @@ -63,6 +63,9 @@ void InitGame() BOOL emulate_bd = TRUE; /* unless non-BOULDERDASH elements found */ BOOL emulate_sb = TRUE; /* unless non-SOKOBAN elements found */ + /* don't play tapes over network */ + network_playing = (network && !tape.playing); + for(i=0; i