comparison Outdoor.h @ 2358:23192f5b41d4

Merge
author Ritor1
date Thu, 10 Apr 2014 17:35:26 +0600
parents a574a80e7012
children 94e5a9740727
comparison
equal deleted inserted replaced
2357:44c91cec72ad 2358:23192f5b41d4
251 int ODM_GetFloorLevel(int X, signed int Y, int Z, int, int *pOnWater, int *bmodel_pid, int bWaterWalk); 251 int ODM_GetFloorLevel(int X, signed int Y, int Z, int, int *pOnWater, int *bmodel_pid, int bWaterWalk);
252 int GetCeilingHeight(int Party_X, signed int Party_Y, int Party_ZHeight, int pFaceID); 252 int GetCeilingHeight(int Party_X, signed int Party_Y, int Party_ZHeight, int pFaceID);
253 void ODM_GetTerrainNormalAt(int pos_x, int pos_z, Vec3_int_ *out); 253 void ODM_GetTerrainNormalAt(int pos_x, int pos_z, Vec3_int_ *out);
254 void UpdateActors_ODM(); 254 void UpdateActors_ODM();
255 void ODM_ProcessPartyActions(); 255 void ODM_ProcessPartyActions();
256 256 char Is_out15odm_underwater();
257 257 void SetUnderwaterFog();
258 258
259 259
260 260
261 261
262 262
263 263
264 264
265 265
266
267