Skip to content

Commit

Permalink
Converted Tabs To Spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorms committed Apr 19, 2010
1 parent bb640c4 commit 9f0153f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MTA10/mods/shared_logic/CClientObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ void CClientObject::StreamIn ( bool bInstantly )

void CClientObject::StreamOut ( void )
{
// Destroy the object.
// Destroy the object.
Destroy ();

// Cancel anything we might've requested.
Expand Down
2 changes: 1 addition & 1 deletion MTA10/mods/shared_logic/CClientTXD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ bool CClientTXD::LoadTXD ( const char* szFile, bool bFilteringEnabled )
m_Textures.push_back ( pTex );
pTex->txd = NULL;
if ( bFilteringEnabled )
pTex->flags = 0x1102; // Enable filtering (otherwise textures are pixely)
pTex->flags = 0x1102; // Enable filtering (otherwise textures are pixely)

pTexLink = pTexLink->next;
}
Expand Down
2 changes: 1 addition & 1 deletion MTA10/mods/shared_logic/lua/CLuaFunctionDefs.Engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ int CLuaFunctionDefs::EngineLoadTXD ( lua_State* luaVM )
{
bool bFilteringEnabled = true;

// Grab the filename
// Grab the filename
SString strFile = ( lua_istype ( luaVM, 1, LUA_TSTRING ) ? lua_tostring ( luaVM, 1 ) : "" );

if ( lua_type ( luaVM, 2 ) == LUA_TBOOLEAN )
Expand Down

0 comments on commit 9f0153f

Please sign in to comment.