chugging away at 3.0
This commit is contained in:
@@ -38,13 +38,6 @@ const CString CREDIT_LINES[] =
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"CREDITS",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"GRAPHICS:",
|
||||
@@ -52,12 +45,16 @@ const CString CREDIT_LINES[] =
|
||||
"Brian 'Bork' Bugh",
|
||||
"DJ McFox (Ryan McKanna)",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"WEB DESIGN:",
|
||||
"Brian 'Bork' Bugh",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"PROGRAMMING:",
|
||||
"Parasyte (Chris Gomez)",
|
||||
"Frieza (Andrew Livy)",
|
||||
"Lord Frieza (Andrew Livy)",
|
||||
"Ben Nordstrom",
|
||||
"Chris Danford",
|
||||
"angedelamort (Sauleil Lamarre)",
|
||||
@@ -75,6 +72,8 @@ const CString CREDIT_LINES[] =
|
||||
"WarriorBob (David H)",
|
||||
"Mike Waltson",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"SPECIAL THANKS TO:",
|
||||
"SimWolf",
|
||||
"Dance With Intensity",
|
||||
@@ -102,8 +101,11 @@ const CString CREDIT_LINES[] =
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"If your name is missing from this list,"
|
||||
" I apologize! -Chris"
|
||||
"If your name is missing from this list,",
|
||||
"",
|
||||
" I apologize!",
|
||||
"",
|
||||
" -Chris"
|
||||
};
|
||||
const int NUM_CREDIT_LINES = sizeof(CREDIT_LINES) / sizeof(CString);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user