Meaningless loop in LoadLevel_HEAD (3.2.2)

Found a bug in R'n'D? Report it here!

Moderators: Flumminator, Zomis

Post Reply
Tomi
Posts: 339
Joined: Wed Aug 03, 2005 3:37 pm
Location: Slovakia

Meaningless loop in LoadLevel_HEAD (3.2.2)

Post by Tomi »

In 3.2.2, in files.c, in LoadLevel_HEAD:

Code: Select all

  for (i = 0; i < MAX_PLAYERS; i++)
    level->initial_player_stepsize[0] = initial_player_stepsize;
This doesn't make any sense. You probably meant initial_player_stepsize. (Probably this was already reported and fixed in 3.2.3-0, but I'm using the last stable version.)
User avatar
Holger
Site Admin
Posts: 4073
Joined: Fri Jun 18, 2004 4:13 pm
Location: Germany
Contact:

Post by Holger »

AAARGH! :-O

That's really worse! (Apparently most people seem to use the first player only...)

The same is true for "initial_player_gravity" a few lines below. :-o

Fixed now!
Post Reply