Commit a684815
committed
Fix 99: add 4 missing dead-code-eliminated method stubs
Fix 99a: $getScaledFont / $getScaledFont0 on cpra_RPGAssetManager
— called in DFTextButtonStyle init, was missing (only UICommonHelper had it)
Fix 99b: $updateForTutorial on cpr_ScreenManager
— called as getScreenManager().$updateForTutorial() in tutorial/button events
— delegates to current screen.$updateForTutorial() if it exists
Fix 99c: $backButtonPressed on cprus_BaseScreen
— called by Styles$2 back-button click listener on current screen
— stubs a popScreen() call via ScreenManager
Fix 99d: $getLastChatRoom on cprgds_SocialDataManager
— called in chat button init, returns null safely
https://claude.ai/code/session_01EHGKWXxt4q8QPP4xk5LvhQ1 parent 5b1253a commit a684815
1 file changed
Lines changed: 38 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1700658 | 1700658 | | |
1700659 | 1700659 | | |
1700660 | 1700660 | | |
| 1700661 | + | |
| 1700662 | + | |
| 1700663 | + | |
| 1700664 | + | |
| 1700665 | + | |
| 1700666 | + | |
| 1700667 | + | |
| 1700668 | + | |
| 1700669 | + | |
| 1700670 | + | |
| 1700671 | + | |
| 1700672 | + | |
| 1700673 | + | |
| 1700674 | + | |
| 1700675 | + | |
| 1700676 | + | |
| 1700677 | + | |
| 1700678 | + | |
| 1700679 | + | |
| 1700680 | + | |
| 1700681 | + | |
| 1700682 | + | |
| 1700683 | + | |
| 1700684 | + | |
| 1700685 | + | |
| 1700686 | + | |
| 1700687 | + | |
| 1700688 | + | |
| 1700689 | + | |
| 1700690 | + | |
| 1700691 | + | |
| 1700692 | + | |
| 1700693 | + | |
| 1700694 | + | |
| 1700695 | + | |
| 1700696 | + | |
| 1700697 | + | |
| 1700698 | + | |
1700661 | 1700699 | | |
1700662 | 1700700 | | |
1700663 | 1700701 | | |
| |||
0 commit comments