ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_Console.c
(Generate patch)

Comparing Daodan/src/Daodan_Console.c (file contents):
Revision 446 by gumby, Mon Jul 20 02:06:23 2009 UTC vs.
Revision 476 by gumby, Tue Nov 3 10:38:47 2009 UTC

# Line 30 | Line 30 | void DDrConsole_PrintF(const char* fmt,
30          free(buffer);
31          return;
32   }
33 +
34 + TStColorFormattingCharacter DDrDSayColors[] = {
35 +        {'r', 0, 0, 0xFFEB5050},
36 +        {'z', 0, 0, 0xFFFFFFFF},
37 +        {0}
38 + };
39 +
40 +                

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)