The Ur-Quan Masters Discussion Forum

The Ur-Quan Masters Re-Release => Technical Issues => Topic started by: bpoint on February 02, 2006, 10:39:30 am



Title: tiny (non-)bug in report.c
Post by: bpoint on February 02, 2006, 10:39:30 am
As I was reading through the source of report.c, I noticed that on lines 257 and 258 there's a tiny copy/paste bug:

Code:
pMenuState->flash_rect0.corner.x = /* disable cursor */
  pMenuState->flash_rect0.corner.x = -1000;

I think the second line was meant to be corner.y, and not .x... but since the cursor is already being moved off the screen along the horizontal, it's not really much of a problem.  :)


Title: Re: tiny (non-)bug in report.c
Post by: meep-eep on February 02, 2006, 12:15:06 pm
Fixed.