more newlines at end of files
This commit is contained in:
+2
-1
@@ -900,4 +900,5 @@ void nhapply_image_transparent(
|
|||||||
sourceDC, s_x, s_y, s_width, s_height,
|
sourceDC, s_x, s_y, s_width, s_height,
|
||||||
cTransparent
|
cTransparent
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -269,4 +269,5 @@ void FormatStatusString(char* text, int format)
|
|||||||
if(Slimed) Sprintf(nb = eos(nb), " Slime");
|
if(Slimed) Sprintf(nb = eos(nb), " Slime");
|
||||||
if(cap > UNENCUMBERED)
|
if(cap > UNENCUMBERED)
|
||||||
Sprintf(nb = eos(nb), " %s", enc_stat[cap]);
|
Sprintf(nb = eos(nb), " %s", enc_stat[cap]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user