mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-23 06:29:11 +00:00
(svn r1910) Move two variables out of variables.h which are only used locally
This commit is contained in:
@@ -449,9 +449,5 @@ VARDEF byte _railtype_selected_in_replace_gui;
|
||||
|
||||
/* Forking stuff */
|
||||
VARDEF bool _dedicated_forks;
|
||||
VARDEF bool _dedicated_enabled;
|
||||
#ifdef UNIX
|
||||
VARDEF pid_t _dedicated_pid;
|
||||
#endif
|
||||
|
||||
#endif /* VARIABLES_H */
|
||||
|
Reference in New Issue
Block a user