(svn r1340) -Feature: scrolling credits list...finally! Hope nobody gets offended if I forgot them.

This commit is contained in:
darkvater
2005-01-03 16:45:42 +00:00
parent d317a93e0f
commit ca1b3a80ae
22 changed files with 85 additions and 133 deletions

View File

@@ -304,6 +304,11 @@ typedef struct {
NewsItem *ni;
} news_d;
typedef struct {
int i;
int j;
} general_d;
typedef enum VehicleListFlags {
VL_DESC = 0x01,
VL_RESORT = 0x02,