Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 25123 | Differences between
and this patch

Collapse All | Expand All

(-)src/level.c (-1 / +1 lines)
Lines 42-48 Link Here
42
42
43
void level_init(void)
43
void level_init(void)
44
{
44
{
45
    FILE *fin = fopen("data/levels.txt", "r");
45
    FILE *fin = fopen("/usr/share/games/seb/data/levels.txt", "r");
46
46
47
    count = 0;
47
    count = 0;
48
    level = 0;
48
    level = 0;

Return to bug 25123