no message

This commit is contained in:
Peter
2018-08-31 04:26:44 +03:00
parent ab261ecbc7
commit 368a96b291
305 changed files with 11745 additions and 5307 deletions

View File

@@ -1497,7 +1497,7 @@ void draw_safe(int type, float alpha, float screw_alpha)
}
static float backgroundColor[3] = {0.0, 0.0, 0.0};
static float backgroundColor[3] = {1.0, 1.0, 1.0};
void set_intro_background_color(float r, float g, float b) {
backgroundColor[0] = r;