ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/kgsueme/game.pl
(Generate patch)

Comparing kgsueme/kgsueme/game.pl (file contents):
Revision 1.111 by root, Mon May 31 17:14:25 2004 UTC vs.
Revision 1.112 by root, Mon May 31 18:18:26 2004 UTC

343 343
344sub event_part { 344sub event_part {
345 my ($self) = @_; 345 my ($self) = @_;
346 346
347 $self->SUPER::event_part; 347 $self->SUPER::event_part;
348 $self->destroy;
349}
350
351sub event_quit {
352 my ($self) = @_;
353
354 $self->SUPER::event_quit;
348 $self->destroy; 355 $self->destroy;
349} 356}
350 357
351### USERS ################################################################### 358### USERS ###################################################################
352 359

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines