Commits

Scott Wegner committed 2a2bc809872
[svn-r15903] Purpose: Fix Windows compiler error Description: Visual Studio compiler was complaining because variables were declared mid-function, when they should be declared at the top. This checkin simply moves the declarations to the top. Tested: Simple edit, VS2005 only