Sorry to correct Rob, but this modification is quite simple.
However I too don't think it's a good idea! I wouldn't like to read a forum backwards. If you're worried that members are having to trudge to the end of a topic just to be able to read the latest post, then remember that members can click on the 'most recent post' icon when viewing the new posts list, or when in any forum view.
If you want to make the modification:
Open up viewtopic.
php
Assuming your file is not modified, go to line 394:
Code:
ORDER BY p.post_time $post_time_order
Simple change $post_time_order to read DESC:
Code:
ORDER BY p.post_time DESC
Save the file and you're done!