2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 06:27:43 +00:00

Add more particle DNAs

This commit is contained in:
2016-03-28 01:54:02 -07:00
parent a066c66e5b
commit 3426aaf260
14 changed files with 1303 additions and 302 deletions

View File

@@ -1,5 +1,6 @@
#include "CGameState.hpp"
#include "IOStreams.hpp"
#include "zeus/Math.hpp"
namespace urde
{
@@ -12,4 +13,9 @@ void CGameState::SetCurrentWorldId(unsigned int id, const std::string& name)
{
}
void CGameState::SetTotalPlayTime(float time)
{
xa0_playTime = zeus::clamp<double>(0.0, time, 359999.0);
}
}