| # | 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 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |