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

Comparing Daodan/src/Daodan_Character.c (file contents):
Revision 433 by gumby, Thu Jul 16 08:49:30 2009 UTC vs.
Revision 434 by gumby, Thu Jul 16 21:23:52 2009 UTC

# Line 23 | Line 23 | void CHARTest()
23          int type = 0x43484152;
24          TestCHAR->Header.Type = type;
25          memcpy(TestCHAR->OSD.Name, "Gumby", 6);
26 <        memcpy(TestCHAR->OSD.Class, "muro_generic", 13);
26 >        memcpy(TestCHAR->OSD.Class, "striker_easy_1", 15);
27 >        memcpy(TestCHAR->OSD.ScriptSpawn, "dmsg", 20);
28 >        TestCHAR->OSD.Options = chr_unkillable;
29          TestCHAR->OSD.TeamID = team_syndicate;
30          
31  

Diff Legend

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