diff options
author | rubidium <rubidium@openttd.org> | 2008-05-24 10:15:06 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-05-24 10:15:06 +0000 |
commit | bf3b61cfa3658dd5d4ca55f635c936ca4c4b225e (patch) | |
tree | 72e249a3b2b47077b3e38cac1908b6058e9a94f8 /src/video | |
parent | 5f625acb1ad411a0e7206979e42c6363e1ff4d98 (diff) | |
download | openttd-bf3b61cfa3658dd5d4ca55f635c936ca4c4b225e.tar.xz |
(svn r13228) -Codechange: split console.h.
Diffstat (limited to 'src/video')
-rw-r--r-- | src/video/dedicated_v.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/dedicated_v.cpp b/src/video/dedicated_v.cpp index 523bb403d..8af223e8e 100644 --- a/src/video/dedicated_v.cpp +++ b/src/video/dedicated_v.cpp @@ -11,7 +11,7 @@ #include "../gfx_func.h" #include "../network/network.h" #include "../network/network_internal.h" -#include "../console.h" +#include "../console_func.h" #include "../variables.h" #include "../genworld.h" #include "../fileio.h" |