mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-13 16:07:38 +00:00
Fix isle/master merge
This commit is contained in:
parent
c0e41a8ef6
commit
02dd261ca9
@ -401,13 +401,8 @@ void LegoJetskiRaceActor::Animate(float p_time)
|
||||
{
|
||||
if (m_animState == 0) {
|
||||
const LegoChar* raceState = VariableTable()->GetVariable(g_raceState);
|
||||
<<<<<<< HEAD
|
||||
if (!SDL_strcasecmp(raceState, g_racing)) {
|
||||
m_unk0x0c = 1;
|
||||
=======
|
||||
if (!stricmp(raceState, g_racing)) {
|
||||
m_animState = 1;
|
||||
>>>>>>> isle/master
|
||||
m_lastTime = p_time - 1.0f;
|
||||
m_unk0x1c = p_time;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user