Skip to content

Commit f2b9698

Browse files
committed
couple more nits
1 parent 079c7cc commit f2b9698

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Generals/Code/GameEngine/Source/GameClient/GameText.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,14 +260,12 @@ GameTextManager::GameTextManager()
260260
m_mapStringLUT(NULL),
261261
m_failed(L"***FATAL*** String Manager failed to initialize properly")
262262
{
263-
264263
for(Int i=0; i < MAX_UITEXT_LENGTH; i++)
265264
{
266265
m_buffer[i] = 0;
267266
m_buffer2[i] = 0;
268267
m_buffer3[i] = 0;
269268
}
270-
//
271269
}
272270

273271
//============================================================================

GeneralsMD/Code/GameEngine/Source/GameClient/Drawable.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ Drawable::Drawable( const ThingTemplate *thingTemplate, DrawableStatusBits statu
351351

352352
m_nextDrawable = NULL;
353353
m_prevDrawable = NULL;
354-
//
355354

356355
m_customSoundAmbientInfo = NULL;
357356

0 commit comments

Comments
 (0)