diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-01-01 15:45:57 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-01-01 15:45:57 +0000 |
commit | ff8bd96e7e4266f7af344847afb6f0e7a295ba9b (patch) | |
tree | 94f46c8c642807d7842c2003f943ffe7dc938b72 /src/Makefile.am | |
parent | 83f7d9ff9f83cca80b5f72564ee3496e8a30cce3 (diff) | |
download | mana-ff8bd96e7e4266f7af344847afb6f0e7a295ba9b.tar.gz mana-ff8bd96e7e4266f7af344847afb6f0e7a295ba9b.tar.bz2 mana-ff8bd96e7e4266f7af344847afb6f0e7a295ba9b.tar.xz mana-ff8bd96e7e4266f7af344847afb6f0e7a295ba9b.zip |
Applied patch by pclouds that allows for a faster login sequence by providing
the username and password from the command line, and allowing the client to
choose the default server and character.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6a990a9f..8d446363 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -77,7 +77,7 @@ tmw_SOURCES = graphic/spriteset.cpp \ gui/progressbar.h \ gui/radiobutton.cpp \ gui/radiobutton.h \ - gui/register.cpp \ + gui/register.cpp \ gui/register.h \ gui/requesttrade.cpp \ gui/requesttrade.h \ |