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.36 by elmex, Sat Apr 8 22:23:57 2006 UTC vs.
Revision 1.37 by root, Sat Apr 8 22:25:37 2006 UTC

108 108
109 $CONN = new conn 109 $CONN = new conn
110 host => $CFG->{host}, 110 host => $CFG->{host},
111 port => $CFG->{port}, 111 port => $CFG->{port},
112 user => $CFG->{user}, 112 user => $CFG->{user},
113 pass => $CFG->{password}; 113 pass => $CFG->{password},
114 mapw => 50,
115 maph => 37,
116 ;
114} 117}
115 118
116sub stop_game { 119sub stop_game {
117 remove Glib::Source $SDL_TIMER; 120 remove Glib::Source $SDL_TIMER;
118 121

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines