mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r8113) Fix the #include path to table/strings.h
This commit is contained in:
parent
a7914ca0b4
commit
7eca68cfe9
@ -23,7 +23,7 @@
|
|||||||
#include "../../functions.h"
|
#include "../../functions.h"
|
||||||
#include "../../road_map.h"
|
#include "../../road_map.h"
|
||||||
#include "../../station_map.h"
|
#include "../../station_map.h"
|
||||||
#include "table/strings.h"
|
#include "../../table/strings.h"
|
||||||
#include "../../map.h"
|
#include "../../map.h"
|
||||||
#include "../../tile.h"
|
#include "../../tile.h"
|
||||||
#include "../../command.h"
|
#include "../../command.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user