Ignore:
Timestamp:
Jun 23, 2012, 11:13:45 AM (11 years ago)
Author:
sam
Message:

build: fix the PS3 port by using our trig.h everywhere instead of stdlib
functions; also remove a lot of idiotic "using namespace std" from the
codebase.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/orbital/snake.h

    r1510 r1512  
    9494        }
    9595
    96         float test = sinf(m_steer) * 200.f + 60.f;
     96        float test = sin(m_steer) * 200.f + 60.f;
    9797        m_rotation *= quat::rotate(seconds * test, vec3(0, 1, 0));
    9898
Note: See TracChangeset for help on using the changeset viewer.