- deleted getincangle.

This commit is contained in:
Christoph Oelckers 2022-09-27 23:30:57 +02:00
parent b7afaf3ed5
commit 3c3af06413

View file

@ -253,16 +253,10 @@ inline int32_t getangle(walltype* wal)
//---------------------------------------------------------------------------
//
// Returns an angle delta for Build angles.
//
//
//---------------------------------------------------------------------------
inline constexpr int getincangle(unsigned a, unsigned na)
{
return int((na - a) << 21) >> 21;
}
extern double cameradist, cameraclock;
void loaddefinitionsfile(const char* fn, bool cumulative = false, bool maingrp = false);