Encode files to UTF-8

This commit is contained in:
Filip Gawin 2021-01-01 20:53:25 +01:00
parent e6914355dd
commit d3b11c2b8c
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2015 Denilson das Mercês Amorim <dma_2012@hotmail.com>
* Copyright (c) 2013-2015 Denilson das Mercês Amorim <dma_2012@hotmail.com>
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages

View File

@ -37,7 +37,7 @@ bool CWaterLevel::WavesCalculatedThisFrame;
RpAtomic *CWaterLevel::ms_pWavyAtomic;
RpGeometry *CWaterLevel::apGeomArray[8];
int16 CWaterLevel::nGeomUsed;
//"Custom" Don´t Render Water Toggle
//"Custom" Don't Render Water Toggle
bool gbDontRenderWater;
//RwTexture *gpWaterTex;
@ -638,7 +638,7 @@ SectorRadius(float fSize)
void
CWaterLevel::RenderWater()
{
//"Custom" Don´t Render Water Toggle
//"Custom" Don't Render Water Toggle
#ifndef MASTER
if (gbDontRenderWater)
return;