Annotation of quake1/r_vars.c, revision 1.1

1.1     ! root        1: // r_vars.c: global refresh variables
        !             2: 
        !             3: #include       "quakedef.h"
        !             4: 
        !             5: #if    !id386
        !             6: 
        !             7: // all global and static refresh variables are collected in a contiguous block
        !             8: // to avoid cache conflicts.
        !             9: 
        !            10: //-------------------------------------------------------
        !            11: // global refresh variables
        !            12: //-------------------------------------------------------
        !            13: 
        !            14: // FIXME: make into one big structure, like cl or sv
        !            15: // FIXME: do separately for refresh engine and driver
        !            16: 
        !            17: int    r_bmodelactive;
        !            18: 
        !            19: #endif // !id386
        !            20: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.