[Scummvm-git-logs] scummvm master -> b8a1838450f59bddf47117e847477da799b71a20

bluegr noreply at scummvm.org
Fri Aug 2 14:14:27 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b8a1838450 JANITORIAL: Fix scoll typo in inventory.h


Commit: b8a1838450f59bddf47117e847477da799b71a20
    https://github.com/scummvm/scummvm/commit/b8a1838450f59bddf47117e847477da799b71a20
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-08-02T17:14:24+03:00

Commit Message:
JANITORIAL: Fix scoll typo in inventory.h

Changed paths:
    engines/dm/inventory.h


diff --git a/engines/dm/inventory.h b/engines/dm/inventory.h
index 454171082c8..ca44e316a42 100644
--- a/engines/dm/inventory.h
+++ b/engines/dm/inventory.h
@@ -76,7 +76,7 @@ public:
 	void drawPanel(); // @ F0347_INVENTORY_DrawPanel
 	void closeChest(); // @ F0334_INVENTORY_CloseChest
 	void drawPanelScrollTextLine(int16 yPos, char *text); // @ F0340_INVENTORY_DrawPanel_ScrollTextLine
-	void drawPanelScroll(Scroll *scoll); // @ F0341_INVENTORY_DrawPanel_Scroll
+	void drawPanelScroll(Scroll *scroll); // @ F0341_INVENTORY_DrawPanel_Scroll
 	void openAndDrawChest(Thing thingToOpen, Container *chest, bool isPressingEye); // @ F0333_INVENTORY_OpenAndDrawChest
 	void drawIconToViewport(IconIndice iconIndex, int16 xPos, int16 yPos); // @ F0332_INVENTORY_DrawIconToViewport
 	void buildObjectAttributeString(int16 potentialAttribMask, int16 actualAttribMask, const char ** attribStrings,




More information about the Scummvm-git-logs mailing list