You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-mud/kmuddy/files/kmuddy-1.0.1-gcc45.patch

12 lines
498 B

--- a/plugins/mapper/filefilters/cmapfilefilterkmudone.cpp 2010-06-08 17:55:09.000000000 +0200
+++ b/plugins/mapper/filefilters/cmapfilefilterkmudone.cpp 2010-06-08 17:55:49.000000000 +0200
@@ -215,7 +215,7 @@
// Set room properties
room->setUseDefaultCol(in_room.useDefaultCol);
- room->setColor(QColor::QColor(in_room.red,in_room.green,in_room.blue));
+ room->setColor(QColor(in_room.red,in_room.green,in_room.blue));
room->setLabel(label);
room->setDescription(description);