# | Line 101 | Line 101 | void ONICALL DDrMake_Weapon_Message(char | |
---|---|---|
101 | else { | |
102 | memcpy(output_ptr, default_msg, sizeof(default_msg)); | |
103 | } | |
104 | – | |
105 | – | } |
104 | ||
105 | < | typedef struct |
108 | < | { |
109 | < | uint16_t x; |
110 | < | uint16_t y; |
105 | > | } |
106 | ||
107 | < | } IMtPoint2D; |
113 | < | IMtPoint2D Point = {256, 250}; |
107 | > | IMtPoint Point = {256, 250}; |
108 | extern void* TSrTest; | |
109 | extern void* TSrScores; | |
110 | unsigned int lastPasteTime; |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |