Thai Pangsakulyanont 241738c18b [splittiming] Let's break things again! (222)
We introduced a new class, called "SongPosition", that replaces some instance variables in the GameState class. (GameState::m_Position).
Then, you also have it in PlayerState class which keeps track of the position based on their steps. (PlayerState::m_Position).

Fixing the build errors:
- GAMESTATE->m_fSomething should now be:
  - GAMESTATE->m_Position.m_fSomething
  - pPlayerState->m_Position.m_fSomething (or m_pPlayerState for some instance!)
2011-05-10 19:54:05 +07:00
2011-05-02 02:11:28 -05:00
2011-03-17 01:47:30 -04:00
2011-03-17 01:47:30 -04:00
2011-03-17 01:47:30 -04:00
2011-03-17 01:47:30 -04:00
2011-03-17 01:47:30 -04:00
2011-05-08 17:16:18 -04:00
2011-03-17 01:47:30 -04:00
2011-04-07 16:42:16 -07:00
2010-07-24 00:26:22 -05:00
2011-05-02 17:48:03 -05:00
2011-03-17 01:47:30 -04:00
2011-05-02 17:26:15 -05:00
S
Description
Languages
C++ 85.7%
Lua 4.3%
C 4.3%
Rich Text Format 2.3%
CMake 1.1%
Other 2%