Fix whitespace

This commit is contained in:
Alexander Batalov 2023-06-16 07:37:06 +03:00
parent 49ecc83dc2
commit eea591dceb
2 changed files with 2 additions and 1 deletions

View File

@ -58,6 +58,7 @@
#include "window_manager.h"
#include "word_wrap.h"
#include "worldmap.h"
namespace fallout {
#define LS_WINDOW_WIDTH 640
@ -373,7 +374,6 @@ int lsgSaveGame(int mode)
}
if (mode == LOAD_SAVE_MODE_QUICK && _quick_done) {
// SFALL: cycle through first N slots for quicksaving
if (autoQuickSaveSlots) {
if (++_slot_cursor >= quickSaveSlots) {

View File

@ -72,6 +72,7 @@ namespace fallout {
#define SFALL_CONFIG_INI_CONFIG_FOLDER "IniConfigFolder"
#define SFALL_CONFIG_GLOBAL_SCRIPT_PATHS "GlobalScriptPaths"
#define SFALL_CONFIG_AUTO_QUICK_SAVE "AutoQuickSave"
#define SFALL_CONFIG_BURST_MOD_DEFAULT_CENTER_MULTIPLIER 1
#define SFALL_CONFIG_BURST_MOD_DEFAULT_CENTER_DIVISOR 3
#define SFALL_CONFIG_BURST_MOD_DEFAULT_TARGET_MULTIPLIER 1