View Single Post
Old 11-30-2006, 07:02 AM   #5 (permalink)
DCoder
Senior Member
 
Join Date: Jul 2003
Location: Lithuania, Central Europe
Posts: 1,056
Send a message via MSN to DCoder
Default

Quote:
for a small building, try a range of 0.1 and see what happens.
It gets rounded to an integer. And C++ rounds down (to zero in this case) by default. So no go.
DCoder is offline   Reply With Quote