|
|
 |
|
|
Name: John Cash
Email: jcash@idsoftware.com
Description: Programmer
Project: Quake 3 Arena
-------------------------------------------------------------------------------
There is a bug that may be giving Q3A mod developers some
headaches if they are trying to add new holdable items.
File cg_event.c, function CG_UseItem; the line:
itemNum = es->event - EV_USE_ITEM0;
should be:
itemNum = (es->event & ~EV_EVENT_BITS) - EV_USE_ITEM0;
This causes itemNum to be invalid about half the time, preventing
any client side effect tied to the item from occurring.
--------------------
John Cash
jcash@idsoftware.com
"Hellrot"
|
|
id Software...
Also Today...
Yesterday...
Full list
|
|

 |
© Copyright Square
Eight 2002. All Rights Reserved.
The BlueTracker is provided by Webdog.
We are not responsible for the content of the .plans displayed here.
|
|
|
|
Copyright © 1996-2008 Stephen Heaslip. All rights reserved.
All trademarks are properties of their respective owners.