add authors
This commit is contained in:
parent
6feb15dd11
commit
031dde96d2
|
@ -17,6 +17,8 @@ Max Tabachenko (CrazyMax)
|
||||||
zeromus
|
zeromus
|
||||||
Luigi__
|
Luigi__
|
||||||
adelikat
|
adelikat
|
||||||
|
matusz
|
||||||
|
pa__
|
||||||
|
|
||||||
Contributors
|
Contributors
|
||||||
------------
|
------------
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
#define ABOUT_TIMER_ID 110222
|
#define ABOUT_TIMER_ID 110222
|
||||||
#define PER_PAGE_TEAM 23
|
#define PER_PAGE_TEAM 23
|
||||||
#define TEAM 25
|
#define TEAM 27
|
||||||
#define SIZE_SCROLL_BUFFER PER_PAGE_TEAM + TEAM
|
#define SIZE_SCROLL_BUFFER PER_PAGE_TEAM + TEAM
|
||||||
const char *team[TEAM] = { "Guillaume Duhamel",
|
const char *team[TEAM] = { "Guillaume Duhamel",
|
||||||
"Normmatt",
|
"Normmatt",
|
||||||
|
@ -41,6 +41,8 @@ const char *team[TEAM] = { "Guillaume Duhamel",
|
||||||
"zeromus",
|
"zeromus",
|
||||||
"Luigi__",
|
"Luigi__",
|
||||||
"adelikat",
|
"adelikat",
|
||||||
|
"matusz",
|
||||||
|
"pa__",
|
||||||
"",
|
"",
|
||||||
"Contributors",
|
"Contributors",
|
||||||
"------------",
|
"------------",
|
||||||
|
|
Loading…
Reference in New Issue