aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UGraphicClasses.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Classes/UGraphicClasses.pas')
-rw-r--r--Game/Code/Classes/UGraphicClasses.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/Game/Code/Classes/UGraphicClasses.pas b/Game/Code/Classes/UGraphicClasses.pas
index acc26e96..e1cd8aff 100644
--- a/Game/Code/Classes/UGraphicClasses.pas
+++ b/Game/Code/Classes/UGraphicClasses.pas
@@ -538,18 +538,18 @@ begin
// calculate area where notes of this player are drawn
case PlayersPlay of
1: begin
- Bottom:=Skin_P2_NotesB;
+ Bottom:=Skin_P2_NotesB+10;
Top:=Bottom-105;
cScreen:=1;
end;
2,4: begin
case P of
0,2: begin
- Bottom:=Skin_P1_NotesB;
+ Bottom:=Skin_P1_NotesB+10;
Top:=Bottom-105;
end;
else begin
- Bottom:=Skin_P2_NotesB;
+ Bottom:=Skin_P2_NotesB+10;
Top:=Bottom-105;
end;
end;