| version 1.1 | | version 1.2 |
|---|
| | |
| * Routines for paging in/out textures. | | * Routines for paging in/out textures. |
| * | | * |
| * $Log$ | | * $Log$ |
| * Revision 1.1 1999/06/14 22:10:43 donut | | * Revision 1.2 2003/03/09 06:41:01 donut |
| * Initial revision | | * change byte typedef to sbyte to avoid conflict with win32 byte which is unsigned |
| | | * |
| | | * Revision 1.1.1.1 1999/06/14 22:10:43 donut |
| | | * Import of d1x 1.37 source. |
| * | | * |
| * Revision 2.5 1995/10/07 13:18:21 john | | * Revision 2.5 1995/10/07 13:18:21 john |
| * Added PSX debugging stuff that builds .PAG files. | | * Added PSX debugging stuff that builds .PAG files. |
| | |
| | | |
| | | |
| | | |
| byte super_boss_gate_type_list[13] = {0, 1, 8, 9, 10, 11, 12, 15, 16, 18, 19, 20, 22 }; | | sbyte super_boss_gate_type_list[13] = {0, 1, 8, 9, 10, 11, 12, 15, 16, 18, 19, 20, 22 }; |
| | | |
| void paging_touch_robot( int robot_index ) | | void paging_touch_robot( int robot_index ) |
| { | | { |