From b397c158d617d49c1640bbc81e375711e9ab8264 Mon Sep 17 00:00:00 2001 From: gered Date: Sun, 30 Oct 2016 21:23:56 -0400 Subject: [PATCH] disable FEATURE_MULTIPLAYER (for now at least) --- src/doomfeatures.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/doomfeatures.h b/src/doomfeatures.h index 7c2d980..d9b74c4 100644 --- a/src/doomfeatures.h +++ b/src/doomfeatures.h @@ -29,7 +29,9 @@ // Enables multiplayer support (network games) +#ifndef GEKKO #define FEATURE_MULTIPLAYER 1 +#endif // Enables sound output