ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/bin/pclient
(Generate patch)

Comparing deliantra/Deliantra-Client/bin/pclient (file contents):
Revision 1.27 by root, Fri Apr 7 21:07:29 2006 UTC vs.
Revision 1.28 by root, Fri Apr 7 22:11:10 2006 UTC

85 $label = new Crossfire::Client::Widget::Label 500, 10, 1, $UIFONT, "Testü[]"; 85 $label = new Crossfire::Client::Widget::Label 500, 10, 1, $UIFONT, "Testü[]";
86 $label->activate; 86 $label->activate;
87 87
88 $CONN = new conn 88 $CONN = new conn
89 host => $CFG->{host}, 89 host => $CFG->{host},
90 port => $CFG->{port}; 90 port => $CFG->{port},
91 user => $CFG->{user},
92 pass => $CFG->{password};
91} 93}
92 94
93sub stop_game { 95sub stop_game {
94 remove Glib::Source $SDL_TIMER; 96 remove Glib::Source $SDL_TIMER;
95 97

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines