mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-22 17:19:15 +01:00
Encode files to UTF-8
This commit is contained in:
parent
e6914355dd
commit
d3b11c2b8c
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user