Author Topic: Nightly (Windows): 05 Feb 2013 - Revision 9523  (Read 881 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Windows): 05 Feb 2013 - Revision 9523
Here is the nightly for Windows on 05 Feb 2013 - Revision 9523

Group: Inferno
fso-WIN-Inferno-20130205_r9523.7z
MD5Sum

Group: Inferno_SSE
fso-WIN-Inferno_SSE-20130205_r9523.7z
MD5Sum

Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20130205_r9523.7z
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r9522 | The_E | 2013-02-03 11:07:06 -0600 (Sun, 03 Feb 2013) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/autopilot/autopilot.cpp

Fix a bug caused by an oversight during refactoring. It should be noted that this wouldn't have happened if this code was using normal scoping in for loops (for (int i = 0.....)) instead of having the loop counter be declared in the outer scope.

------------------------------------------------------------------------
r9523 | Goober5000 | 2013-02-04 22:33:09 -0600 (Mon, 04 Feb 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

don't crash when doing debug stuff
------------------------------------------------------------------------