mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 18:59:09 +00:00
Fix several errors and warnings from GCC compilation
This commit is contained in:
@ -46,7 +46,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
class plSillyLightKonstants
|
||||
{
|
||||
public:
|
||||
static const float GetFarPowerKonst( void )
|
||||
static float GetFarPowerKonst( void )
|
||||
{
|
||||
// arbitrary const, make light drop to 1/kFarPower at attenEnd. 15 just looked good to me. mf
|
||||
// Done as a function so we don't have to worry about a separate .cpp file
|
||||
|
Reference in New Issue
Block a user