X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_enti.h;h=d05a81909d837aff42b468eebd075cb35b52d5a9;hb=4d4c2774d4e51f7356f7a5ef32ef61a9fd2c299a;hp=9dfbbf0953464afb578317fe2c0a40aa8f5336a6;hpb=d182bbe56ee5292986d3ae5ea273b9ff4142fd7e;p=16.git diff --git a/src/lib/16_enti.h b/src/lib/16_enti.h index 9dfbbf09..d05a8190 100755 --- a/src/lib/16_enti.h +++ b/src/lib/16_enti.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2017 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover + * Copyright (C) 2012-2022 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -45,6 +45,6 @@ // } entity_t; void EN_initentity(entity_t *enti, video_t *video); -void EN_initPlayer(player_t *player, word pn, video_t *video); +void EN_initPlayer(player_t *player, video_t *video); #endif