chugging away at 3.0

This commit is contained in:
Chris Danford
2002-05-28 20:01:22 +00:00
parent 7800df57a1
commit f3c360a7d6
50 changed files with 605 additions and 555 deletions
+12 -10
View File
@@ -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);