1
0
forked from 0ad/0ad

part1: misc fixes

se_dcdt: reduce warning spew a bit
TerrainOverlay: fix warnings
PathfindEngine.cpp: correct float type, mark as noncopyable
TriggerManager: explicitly construct as CStrW

This was SVN commit r5515.
This commit is contained in:
janwas 2007-12-20 19:56:01 +00:00
parent 2e06511556
commit 541de496e3

View File

@ -6,6 +6,8 @@
* Dynamic Constrained Delaunay Triangulaiton
*/
#pragma warning(push, 3)
# include "sr_set.h"
# include "sr_vec2.h"
# include "sr_polygon.h"
@ -490,4 +492,6 @@ private:
//================================== End of File =========================================
#pragma warning(pop)
# endif // SE_DCDT_H