|
Icon on main forum index - new when not bug
I'm not exactly sure if this is a bug or not, but, when you visit a forum in which the icon on the main forums index (where you see the various categories), then return to the index (clicking on the "Winamp.com | forums" link just below the ad), it still shows up as if there were new messages even though there aren't. Severity: 2.
void BlueWater() {water.color=blue; while(GameRunning) {if (fox.pos == InBlueWater) {fox.air--; FoxDrown(fox.air);} else {fox.air=1800; fox.flags = WantsToGetWet; } WaitFrames(1); }} // My top favorite thing in 2D Sonic (as C)
|