equal
deleted
inserted
replaced
36 /* for opendir/readdir/closedir */ |
36 /* for opendir/readdir/closedir */ |
37 # include "fios.h" |
37 # include "fios.h" |
38 |
38 |
39 DynamicLanguages _dynlang; |
39 DynamicLanguages _dynlang; |
40 char _userstring[128]; |
40 char _userstring[128]; |
|
41 uint64 _decode_parameters[20]; |
41 |
42 |
42 static char *StationGetSpecialString(char *buff, int x, const char* last); |
43 static char *StationGetSpecialString(char *buff, int x, const char* last); |
43 static char *GetSpecialTownNameString(char *buff, int ind, uint32 seed, const char* last); |
44 static char *GetSpecialTownNameString(char *buff, int ind, uint32 seed, const char* last); |
44 static char *GetSpecialPlayerNameString(char *buff, int ind, const int64 *argv, const char* last); |
45 static char *GetSpecialPlayerNameString(char *buff, int ind, const int64 *argv, const char* last); |
45 |
46 |