(svn r14047) -Codechange: move chatmessage handling to the network directory as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support.

This commit is contained in:
rubidium
2008-08-11 22:45:11 +00:00
parent 6995365535
commit d0c1a989a4
17 changed files with 531 additions and 491 deletions

View File

@@ -385,6 +385,7 @@ intro_gui.cpp
main_gui.cpp
misc_gui.cpp
music_gui.cpp
network/network_chat_gui.cpp
network/network_gui.cpp
newgrf_gui.cpp
news_gui.cpp