some small fixes for mistakes I made and that Trickster noticed.

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1748 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
groogy 2010-12-05 15:40:24 +00:00
parent 20e308466a
commit 8199fa0379
4 changed files with 17 additions and 32 deletions

View file

@ -221,7 +221,7 @@ static VALUE Event_InitializeCopy( VALUE self, VALUE aSource )
sf::Event *source = NULL;
Data_Get_Struct( aSource, sf::Event, source );
*object = *source;
return Event_Initialize( VALUE self, INT2FIX( object->Type ) );
return Event_Initialize( self, INT2FIX( object->Type ) );
}
/* call-seq: