Changed: Minor changes
This commit is contained in:
parent
741d3b6275
commit
ba6cbc76c9
7 changed files with 5 additions and 9 deletions
|
@ -453,7 +453,6 @@ bool CDriverGL::setupEXTVertexShader(const CVPParser::TProgram &program, GLuint
|
|||
// clear last error
|
||||
GLenum glError = glGetError();
|
||||
|
||||
//variants[EVSSecondaryColorVariant] = nglGenSymbolsEXT(GL_VECTOR_EXT, GL_VARIANT_EXT, GL_NORMALIZED_RANGE_EXT, 1);
|
||||
//variants[EVSSecondaryColorVariant] = nglGenSymbolsEXT(GL_VECTOR_EXT, GL_VARIANT_EXT, GL_NORMALIZED_RANGE_EXT, 1);
|
||||
|
||||
// allocate the symbols
|
||||
|
|
|
@ -627,8 +627,8 @@ bool CDriverGL::setDisplay(nlWindow wnd, const GfxMode &mode, bool show, bool re
|
|||
// Offscreen mode ?
|
||||
if (_CurrentMode.OffScreen)
|
||||
{
|
||||
if (!createWindow(mode))
|
||||
return false;
|
||||
if (!createWindow(mode)) return false;
|
||||
|
||||
HWND tmpHWND = _win;
|
||||
int width = mode.Width;
|
||||
int height = mode.Height;
|
||||
|
|
|
@ -56,8 +56,6 @@ namespace R2
|
|||
// The ligo config
|
||||
NLLIGO::CLigoConfig* LigoConfigPtr;
|
||||
CR2LigoConfig R2LigoConfig;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -279,7 +279,6 @@ struct CCreatureTakenDamage
|
|||
{
|
||||
if ( PlayerInflictedDamage[i].TotalDamage > maxDmg )
|
||||
{
|
||||
nlinfo("set damage by player");
|
||||
maxDmg = PlayerInflictedDamage[i].TotalDamage;
|
||||
index = (sint16)i;
|
||||
}
|
||||
|
|
|
@ -625,7 +625,7 @@ namespace RSMGR
|
|||
};
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////
|
||||
// WARNING : this is a generated file, don't change it !
|
||||
/////////////////////////////////////////////////////////////////
|
||||
class CNelPermission
|
||||
|
|
Loading…
Reference in a new issue