Fix building all_source and all_source_host

This commit is contained in:
Henrique Gemignani Passos Lima 2023-02-07 03:01:35 +02:00
parent e83f40d9ec
commit 0ac742bdd8
No known key found for this signature in database
GPG Key ID: E224F951761145F8
3 changed files with 4 additions and 3 deletions

View File

@ -20,7 +20,7 @@ public:
~CGameCamera() override;
void Accept(IVisitor& visitor) override;
void AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId uid, CStateManager& mgr) override;
void SetActive(uchar active) override;
void SetActive(const bool active) override;
// CGameCamera
virtual void ProcessInput(const CFinalInput&, CStateManager& mgr) = 0;

View File

@ -29,7 +29,9 @@
*
*/
#ifndef _MSC_VER
#include <stdlib.h>
#endif
extern "C" int abs(int);
#include <Kyoto/Audio/g721.h>
@ -456,4 +458,3 @@ g721_decoder(int i,
return (sr << 2); /* sr was 14-bit dynamic range */
}

View File

@ -13,7 +13,7 @@
CBSAttack::CBSAttack()
: x4_nextState(pas::kAS_Invalid)
// , x8_slide(CBCSlideCmd())
, x8_slide(pas::kSlide_Invalid, CVector3f::Zero())
, x20_targetPos(CVector3f::Zero())
, x2c_alignTargetPosStartTime(-1.f)
, x30_alignTargetPosTime(-1.f)