equal
deleted
inserted
replaced
58 begin |
58 begin |
59 if Length(cMapName) > 0 then |
59 if Length(cMapName) > 0 then |
60 begin |
60 begin |
61 mapCredits:= read1stLn(cPathz[ptMapCurrent] + '/credits.txt'); |
61 mapCredits:= read1stLn(cPathz[ptMapCurrent] + '/credits.txt'); |
62 if Length(mapCredits) > 0 then |
62 if Length(mapCredits) > 0 then |
63 AddChatString(char(6) + '© Map: ' + mapCredits); |
63 AddChatString(char(#11) + '© Map: ' + mapCredits); |
64 end; |
64 end; |
65 |
65 |
66 themeCredits:= read1stLn(cPathz[ptCurrTheme] + '/credits.txt'); |
66 themeCredits:= read1stLn(cPathz[ptCurrTheme] + '/credits.txt'); |
67 if Length(themeCredits) > 0 then |
67 if Length(themeCredits) > 0 then |
68 AddChatString(char(8) + '© Theme: ' + themeCredits); |
68 AddChatString(char(#12) + '© Theme: ' + themeCredits); |
69 end; |
69 end; |
70 |
70 |
71 /////////////////////////////////////////////////////////////////////////////// |
71 /////////////////////////////////////////////////////////////////////////////// |
72 function DoTimer(Lag: LongInt): boolean; |
72 function DoTimer(Lag: LongInt): boolean; |
73 var s: shortstring; |
73 var s: shortstring; |