| version 1.4 | | version 1.5 |
|---|
| | |
| * Routines for EndGame, EndLevel, etc. | | * Routines for EndGame, EndLevel, etc. |
| * | | * |
| * $Log$ | | * $Log$ |
| | | * Revision 1.5 1999/09/24 03:29:01 donut |
| | | * added #ifdef OGL around ogl_cache_textures |
| | | * |
| * Revision 1.4 1999/09/22 02:11:16 donut | | * Revision 1.4 1999/09/22 02:11:16 donut |
| * ogl texture pre-loading when starting level | | * ogl texture pre-loading when starting level |
| * | | * |
| | |
| | | |
| reset_special_effects(); | | reset_special_effects(); |
| | | |
| | | #ifdef OGL |
| ogl_cache_level_textures(); | | ogl_cache_level_textures(); |
| | | #endif |
| | | |
| #ifdef NETWORK | | #ifdef NETWORK |
| if (Network_rejoined == 1) | | if (Network_rejoined == 1) |