From 0bee9e3ae3bd5a9f4a9f0ea8a4d04955a90798fa Mon Sep 17 00:00:00 2001 From: Treeki Date: Thu, 25 Oct 2012 04:59:11 +0200 Subject: refactoring, API fixes and shop mostly finished --- include/g3dhax.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/g3dhax.h') diff --git a/include/g3dhax.h b/include/g3dhax.h index 8a2063a..85dc922 100644 --- a/include/g3dhax.h +++ b/include/g3dhax.h @@ -322,7 +322,7 @@ namespace m3d { bool setup(nw4r::g3d::ResMdl modelRes, nw4r::g3d::ResAnmChr anmRes, mAllocator_c *allocator, u32 *sizeOutPtr); - void bind(/*b*/mdl_c *model, nw4r::g3d::ResAnmChr anmRes, int unk); + void bind(/*b*/mdl_c *model, nw4r::g3d::ResAnmChr anmRes, bool playsOnce); }; class anmVis_c : public fanm_c { @@ -333,7 +333,7 @@ namespace m3d { bool setup(nw4r::g3d::ResMdl modelRes, nw4r::g3d::ResAnmVis anmRes, mAllocator_c *allocator, u32 *sizeOutPtr); - void bind(/*b*/mdl_c *model, nw4r::g3d::ResAnmVis anmRes, int unk); + void bind(/*b*/mdl_c *model, nw4r::g3d::ResAnmVis anmRes, bool playsOnce); }; class anmClr_c : public fanm_c { -- cgit v1.2.3