From 0ac7aa06719a185d4468bfca6bbb98c80b4f6b86 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 23 Sep 2003 06:23:29 +0000 Subject: whitespace fixes svn-id: r10365 --- sword2/resman.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sword2/resman.cpp') diff --git a/sword2/resman.cpp b/sword2/resman.cpp index 8d52a8dd3c..2c715eb9b7 100644 --- a/sword2/resman.cpp +++ b/sword2/resman.cpp @@ -662,7 +662,7 @@ void resMan::Res_close(uint32 res) { //Tony30May96 } } -uint32 resMan::Res_fetch_len( uint32 res ) { //Tony27Jan96 +uint32 resMan::Res_fetch_len(uint32 res) { //Tony27Jan96 // returns the total file length of a resource - i.e. all headers are // included too @@ -1178,7 +1178,7 @@ void resMan::CacheNewCluster(uint32 newCluster) { uint8 *loadingBar; _cdtEntry *cdt; - text_spr = MakeTextSprite( FetchTextLine(res_man.Res_open(2283), 8) + 2, 640, 187, speech_font_id); + text_spr = MakeTextSprite(FetchTextLine(res_man.Res_open(2283), 8) + 2, 640, 187, speech_font_id); frame = (_frameHeader*) text_spr->ad; -- cgit v1.2.3