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