Fix sample method "player_postproc" definition.

This commit is contained in:
2019-01-28 16:24:53 +01:00
committed by Valeriano A.R
parent 022397ffcb
commit 7183f9c40e

View File

@@ -101,7 +101,7 @@ void player_proc(Entity e, int ft) {
e->A = 0;
}
void player_postproc(Entity e){
void player_postproc(Entity e, int ft){
// Scroll View
GameLib_MoveToPos(e->pos, 0.6f);