diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2011-07-30 19:49:42 +0300 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2011-07-30 19:49:42 +0300 |
| commit | cdadbdbd17d624dd45cca67f41309cbe776dc348 (patch) | |
| tree | 332e7ee0975d25ce846d9d355dbb249255329220 /src/game.h | |
| parent | 9b294ffa7a1f3cf7ee19111b7e5f4882f130dd21 (diff) | |
| download | dragonfireclient-cdadbdbd17d624dd45cca67f41309cbe776dc348.tar.xz | |
Server configuration is now written when "/#setting whatever = whatever" is issued.
Diffstat (limited to 'src/game.h')
| -rw-r--r-- | src/game.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game.h b/src/game.h index eb289b8f2..95623316a 100644 --- a/src/game.h +++ b/src/game.h @@ -70,7 +70,8 @@ void the_game( std::string password, std::string address, u16 port, - std::wstring &error_message + std::wstring &error_message, + std::string configpath ); #endif |
