mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-13 17:49:10 +00:00
(svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
#ifndef VARIABLES_H
|
||||
#define VARIABLES_H
|
||||
|
||||
#include "yapf/yapf_settings.h"
|
||||
|
||||
// ********* START OF SAVE REGION
|
||||
#if !defined(MAX_PATH)
|
||||
# define MAX_PATH 260
|
||||
@@ -203,6 +205,10 @@ typedef struct Patches {
|
||||
uint32 npf_crossing_penalty; /* The penalty for level crossings */
|
||||
|
||||
bool population_in_label; // Show the population of a town in his label?
|
||||
|
||||
/** YAPF settings */
|
||||
YapfSettings yapf;
|
||||
|
||||
} Patches;
|
||||
|
||||
VARDEF Patches _patches;
|
||||
|
Reference in New Issue
Block a user