Updates, new joint premium advertisin implemented.. also global operator key, and global credit key.. see my TODO file. I have talked with chris, the global credit key will soon be able to be changed in the map inputs.. the one in there now has no bearing on the gloal key.

This commit is contained in:
Kevin Slaughter
2003-02-12 06:25:51 +00:00
parent d4d133286b
commit c8745d1b47
13 changed files with 238 additions and 71 deletions
+3 -1
View File
@@ -951,8 +951,10 @@ void MusicWheel::StartRandom()
m_Moving = -1;
m_TimeBeforeMovingBegins = 0;
m_SpinSpeed = 1.0f/ROULETTE_SWITCH_SECONDS;
m_SpinSpeed *= 2.0f; /* faster! */
m_SpinSpeed *= 20.0f; /* faster! */
m_WheelState = STATE_RANDOM_SPINNING;
this->Select();
RebuildWheelItemDisplays();
}