From f6a55727753400c289a164a9528bc4bc9efce87b Mon Sep 17 00:00:00 2001 From: NY00123 Date: Fri, 1 May 2020 12:12:28 +0300 Subject: [PATCH] SW: Add the currently unused InterpolateSO option. A known issue, which also applies to existing settings like the voxel toggle, is that its value gets written to the saved game, and when such a game is loaded, the its value gets overwritten by the one in the saved game. Options should move to settings.cfg later, anyway. --- source/sw/src/game.cpp | 2 +- source/sw/src/settings.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source/sw/src/game.cpp b/source/sw/src/game.cpp index 522fec5dd..a6b10702d 100644 --- a/source/sw/src/game.cpp +++ b/source/sw/src/game.cpp @@ -210,7 +210,7 @@ const GAME_SET gs_defaults = { 2, // border 0, // border tile - + TRUE, // interpolate sector objects // Network game settings 0, // GameType 0, // Level diff --git a/source/sw/src/settings.h b/source/sw/src/settings.h index 299eb55c8..f687f8a50 100644 --- a/source/sw/src/settings.h +++ b/source/sw/src/settings.h @@ -33,6 +33,7 @@ typedef struct { int8_t BorderNum; int8_t BorderTile; // Network only - disabled + SWBOOL InterpolateSO; // Net Options from Menus uint8_t NetGameType; // 0=DeathMatch [spawn], 1=Cooperative 2=DeathMatch [no spawn] uint8_t NetLevel; // 1-28