X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fsoft%2Frender.c;h=6c804a9a0d5f1832085ba0c9e68119f5cd5f40f3;hb=e1ea0e5a601ab22d81b71a24c9fcfda923231341;hp=7fbfc8fc280a88c4ec5416ae9c32109ef7ce7322;hpb=1e058b808ddb343442012f01d6fd5692920a3018;p=flatwaifu.git diff --git a/src/soft/render.c b/src/soft/render.c index 7fbfc8f..6c804a9 100644 --- a/src/soft/render.c +++ b/src/soft/render.c @@ -41,7 +41,7 @@ #include "music.h" #include "system.h" -#include "cp866.h" +#include "common/cp866.h" // game static vgaimg *scrnh[3]; // TITLEPIC INTERPIC ENDPIC @@ -1164,7 +1164,7 @@ void R_draw (void) { void R_alloc (void) { int i, j, n; char s[10]; - logo("R_alloc: загрузка графики\n"); + logo("R_alloc: load graphics\n"); // game scrnh[0] = V_loadvgaimg("TITLEPIC"); scrnh[1] = V_loadvgaimg("INTERPIC");