Tiny whitespace / comment change.

svn-id: r10478
This commit is contained in:
Torbjörn Andersson 2003-09-29 06:48:48 +00:00
parent 3f845084f1
commit 93b8cefe19
2 changed files with 2 additions and 2 deletions

View File

@ -433,7 +433,7 @@ int32 FN_play_credits(int32 *params) {
// FIXME: Draw the credits text. The actual text
// messages are stored in credits.clu, and I'm guessing
// that credits.bmp may be the font.
// that credits.bmp or font.clu may be the font.
ServiceWindows();

View File

@ -297,7 +297,7 @@ mem* BuildTextSprite(uint8 *sentence, uint32 fontRes, uint8 pen, _lineInfo *line
// text sprite and inc the sprite ptr by the character's
// width minus the 'overlap'
for(posInLine = 0; posInLine < line[lineNo].length; posInLine++) {
for (posInLine = 0; posInLine < line[lineNo].length; posInLine++) {
charPtr = FindChar(sentence[pos++], charSet);
#ifdef _SWORD2_DEBUG