mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-10-31 10:26:46 +00:00 
			
		
		
		
	Remove old code
This commit is contained in:
		
							parent
							
								
									86e75f0987
								
							
						
					
					
						commit
						03c07d3bd5
					
				
					 1 changed files with 0 additions and 7 deletions
				
			
		|  | @ -343,7 +343,6 @@ namespace MWWorld | |||
|             int newX, newY; | ||||
|             MWBase::Environment::get().getWorld()->positionToIndex(pos.x(), pos.y(), newX, newY); | ||||
|             changeCellGrid(newX, newY); | ||||
|             //mRendering.updateTerrain();
 | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
|  | @ -352,8 +351,6 @@ namespace MWWorld | |||
|         Loading::Listener* loadingListener = MWBase::Environment::get().getWindowManager()->getLoadingScreen(); | ||||
|         Loading::ScopedLoad load(loadingListener); | ||||
| 
 | ||||
|         //mRendering.enableTerrain(true);
 | ||||
| 
 | ||||
|         std::string loadingExteriorText = "#{sLoadingMessage3}"; | ||||
|         loadingListener->setLabel(loadingExteriorText); | ||||
| 
 | ||||
|  | @ -522,8 +519,6 @@ namespace MWWorld | |||
|         loadingListener->setLabel(loadingInteriorText); | ||||
|         Loading::ScopedLoad load(loadingListener); | ||||
| 
 | ||||
|         //mRendering.enableTerrain(false);
 | ||||
| 
 | ||||
|         if(!loadcell) | ||||
|         { | ||||
|             MWBase::World *world = MWBase::Environment::get().getWorld(); | ||||
|  | @ -584,8 +579,6 @@ namespace MWWorld | |||
| 
 | ||||
|         CellStore* current = MWBase::Environment::get().getWorld()->getExterior(x, y); | ||||
|         changePlayerCell(current, position, adjustPlayerPos); | ||||
| 
 | ||||
|         //mRendering.updateTerrain();
 | ||||
|     } | ||||
| 
 | ||||
|     CellStore* Scene::getCurrentCell () | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue