DEADSOFTWARE

cp866: move to common/
[flatwaifu.git] / src / soft / render.c
index 7fbfc8fc280a88c4ec5416ae9c32109ef7ce7322..6c804a9a0d5f1832085ba0c9e68119f5cd5f40f3 100644 (file)
@@ -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");