diff options
Diffstat (limited to 'src/openttd.h')
-rw-r--r-- | src/openttd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openttd.h b/src/openttd.h index a768da3bd..6f2b1556c 100644 --- a/src/openttd.h +++ b/src/openttd.h @@ -192,6 +192,7 @@ enum { TO_BUILDINGS, TO_BRIDGES, TO_STRUCTURES, + TO_LOADING, }; /* Landscape types */ |