[quake3-bugzilla] [Bug 4015] New: Missing declaration for trap_RealTime in g_local.h
bugzilla-daemon at icculus.org
bugzilla-daemon at icculus.org
Tue Mar 17 14:20:13 EDT 2009
http://bugzilla.icculus.org/show_bug.cgi?id=4015
Summary: Missing declaration for trap_RealTime in g_local.h
Product: Quake 3
Version: SVN HEAD
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: Misc
AssignedTo: zakk at icculus.org
ReportedBy: vroemer at gmail.com
QAContact: quake3-bugzilla at icculus.org
g_local.h Does not have a declaration for trap_RealTime( qtime_t *qtime )
function in g_syscalls.c
To fix:
add after
void trap_DebugPolygonDelete(int id);
-------
int trap_RealTime( qtime_t *qtime );
--
Configure bugmail: http://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the quake3-bugzilla
mailing list