123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- #ifdef __GNUG__
- #pragma implementation "r_sky.h"
- #endif
- #include "r_sky.h"
- int skyflatnum;
- int skytexture;
- int skytexturemid;
- void R_InitSkyMap (void)
- {
- skytexturemid = 100*FRACUNIT;
- }
|