[Fixed] small Decorate bug

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49073
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

small Decorate bug

Post by Graf Zahl »

Code: Select all

				state.Frame = (rate > 256) ? (SF_BIGTIC | (*token-'A')) : (*token-'A');	

Considering how SF_BIGTIC is used this should read 'rate > 255' instead of 'rate > 256'.
User avatar
randi
Site Admin
Posts: 7746
Joined: Wed Jul 09, 2003 10:30 pm
Contact:

Post by randi »

Or it could be 'rate >= 256', which is probably what I meant.
Post Reply

Return to “Closed Bugs [GZDoom]”