aboutsummaryrefslogtreecommitdiff
path: root/apps/xracer/maps.c
blob: 770f3a6b2a005ab8dfe00590256a0132a13f170d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "xracer.h"
#include "maps.h"

struct road_section loop_map[10] = {
    { 0, 300, 0, 0 },
    { 0, 100, 0, 1 << (FRACBITS) },
    { 0, 200, 0, 0 },
    { 0, 100, 0, 1 << (FRACBITS) },
    { 0, 600, 0, 0 },
    { 0, 100, 0, 1 << (FRACBITS) },
    { 0, 200, 0, 0 },
    { 0, 100, 0, 1 << (FRACBITS) },
    { 0, 300, 0, 0 },
    { 0, DRAW_DIST, 0, 0}
};