mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	Remove p_fab.c
This commit is contained in:
		
							parent
							
								
									816990a3ed
								
							
						
					
					
						commit
						f3f2c59622
					
				
					 3 changed files with 0 additions and 17 deletions
				
			
		|  | @ -139,7 +139,6 @@ set(SRB2_CORE_RENDER_SOURCES | |||
| set(SRB2_CORE_GAME_SOURCES | ||||
| 	p_ceilng.c | ||||
| 	p_enemy.c | ||||
| 	p_fab.c | ||||
| 	p_floor.c | ||||
| 	p_inter.c | ||||
| 	p_lights.c | ||||
|  |  | |||
|  | @ -437,7 +437,6 @@ OBJS:=$(i_main_o) \ | |||
| 		$(OBJDIR)/info.o     \
 | ||||
| 		$(OBJDIR)/p_ceilng.o \
 | ||||
| 		$(OBJDIR)/p_enemy.o  \
 | ||||
| 		$(OBJDIR)/p_fab.o    \
 | ||||
| 		$(OBJDIR)/p_floor.o  \
 | ||||
| 		$(OBJDIR)/p_inter.o  \
 | ||||
| 		$(OBJDIR)/p_lights.o \
 | ||||
|  |  | |||
							
								
								
									
										15
									
								
								src/p_fab.c
									
										
									
									
									
								
							
							
						
						
									
										15
									
								
								src/p_fab.c
									
										
									
									
									
								
							|  | @ -1,15 +0,0 @@ | |||
| // SONIC ROBO BLAST 2
 | ||||
| //-----------------------------------------------------------------------------
 | ||||
| // Copyright (C) 1998-2000 by DooM Legacy Team.
 | ||||
| // Copyright (C) 1999-2014 by Sonic Team Junior.
 | ||||
| //
 | ||||
| // This program is free software distributed under the
 | ||||
| // terms of the GNU General Public License, version 2.
 | ||||
| // See the 'LICENSE' file for more details.
 | ||||
| //-----------------------------------------------------------------------------
 | ||||
| /// \file  p_fab.c
 | ||||
| /// \brief some new action routines, separated from the original doom
 | ||||
| ///        sources, so that you can include it or remove it easy.
 | ||||
| 
 | ||||
| /// \todo
 | ||||
| ///   This file is now unused, please remove at some point
 | ||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 wolfy852
						wolfy852