Merge pull request #15943 from SandPoot/silicon-stuff

Update some silicon stuff
This commit is contained in:
Lin
2023-01-18 17:52:06 -07:00
committed by GitHub
8 changed files with 30 additions and 57 deletions
+1 -1
View File
@@ -164,7 +164,7 @@
message.maptext_height = mheight
message.maptext_x = (CHAT_MESSAGE_WIDTH - owner.bound_width) * -0.5
message.maptext = MAPTEXT(complete_text)
message.pixel_x = -owner.pixel_x //Dogborgs and other wide boys have a pixel offset. This accounts for that
message.pixel_x = -target.pixel_x //Dogborgs and other wide boys have a pixel offset. This accounts for that
// View the message
LAZYADDASSOC(owned_by.seen_messages, message_loc, src)