fixed build
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401945
This commit is contained in:
		
							parent
							
								
									2a7e1f5bc0
								
							
						
					
					
						commit
						aebdfea1ff
					
				@ -247,6 +247,7 @@ static cell_t sm_ArcTangent2(IPluginContext *pCtx, const cell_t *params)
 | 
				
			|||||||
	return sp_ftoc(val1);
 | 
						return sp_ftoc(val1);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#if 0
 | 
				
			||||||
static cell_t sm_FloatRound(IPluginContext *pCtx, const cell_t *params)
 | 
					static cell_t sm_FloatRound(IPluginContext *pCtx, const cell_t *params)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	float val = sp_ctof(params[1]);
 | 
						float val = sp_ctof(params[1]);
 | 
				
			||||||
@ -282,6 +283,7 @@ static cell_t sm_FloatRound(IPluginContext *pCtx, const cell_t *params)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	return static_cast<int>(val);
 | 
						return static_cast<int>(val);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
REGISTER_NATIVES(floatnatives)
 | 
					REGISTER_NATIVES(floatnatives)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user