fix: miles not shutting down, copying extra stuff to output folder, typo, durango output paths & stray pixel on logos

This commit is contained in:
2026-08-29 13:04:39 -04:00
parent 81e4a789b6
commit 902a6ca641
15 changed files with 66 additions and 114 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ void SignTileEntity::setChanged()
void SignTileEntity::SetMessage(int iIndex,wstring &wsText)
{
//str1kk3r - if we go over 15 chars, then cut it down to just 15
//str1k3r - if we go over 15 chars, then cut it down to just 15
if (wsText.length() > MAX_LINE_LENGTH)
{
wsText = wsText.substr(0, MAX_LINE_LENGTH);