View Single Post
  #119  
Old 01-22-2007, 12:28 AM
That Fish That Fish is offline
Senior Member
 
Join Date: May 2006
Location: Not gentle, like before
Posts: 253
Default Re: Released Chip Reloader v0.18

Found the problem. I had to change:

py := Floor((h/573) * 80)
to
py := Floor((h/573) * 60)

This is using hyper-simple theme on stars...
Reply With Quote