Bug 4015 - Missing declaration for trap_RealTime in g_local.h
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: PC All
: P3 normal
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2009-03-17 14:20 EDT by Victor Roemer
Modified: 2009-05-08 05:17:12 EDT
1 user (show)

See Also:


Attachments
Patch (478 bytes, patch)
2009-05-06 08:21 EDT, Victor Roemer

Description Victor Roemer 2009-03-17 14:20:06 EDT
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 );
Comment 1 Ludwig Nussel 2009-05-02 14:06:07 EDT
mind sending a patch?
Comment 2 Victor Roemer 2009-05-06 08:21:46 EDT
Created attachment 2052 [details]
Patch
Comment 3 Ludwig Nussel 2009-05-08 05:17:12 EDT
applied, thanks.