mirror of
https://github.com/halpz/re3.git
synced 2025-07-25 15:22:47 +00:00
get rid of most --MIAMI comments
This commit is contained in:
@ -4,8 +4,6 @@
|
||||
#include "World.h"
|
||||
#include "Dummy.h"
|
||||
|
||||
// --MIAMI: file done
|
||||
|
||||
void *CDummy::operator new(size_t sz) { return CPools::GetDummyPool()->New(); }
|
||||
void CDummy::operator delete(void *p, size_t sz) { CPools::GetDummyPool()->Delete((CDummy*)p); }
|
||||
|
||||
|
@ -26,8 +26,6 @@
|
||||
#include "Dummy.h"
|
||||
#include "WindModifiers.h"
|
||||
|
||||
//--MIAMI: file done
|
||||
|
||||
int gBuildings;
|
||||
|
||||
CEntity::CEntity(void)
|
||||
@ -687,7 +685,7 @@ float BannerWindTabel[] = {
|
||||
0.28f, 0.28f, 0.22f, 0.1f, 0.0f, -0.1f, -0.17f, -0.12f
|
||||
};
|
||||
|
||||
//--MIAMI: unused
|
||||
// unused
|
||||
void
|
||||
CEntity::ModifyMatrixForBannerInWind(void)
|
||||
{
|
||||
|
@ -21,8 +21,6 @@
|
||||
#include "Pickups.h"
|
||||
#include "Physical.h"
|
||||
|
||||
//--MIAMI: file done
|
||||
|
||||
#ifdef WALLCLIMB_CHEAT
|
||||
bool gGravityCheat;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user