PDA

View Full Version : teeny tiny patch



baelang
10-26-2002, 05:15 PM
this tiny patche fixes a transposition of the player classes in interface.cpp

diff is attached and also included, cause it is small:

---
================================================== =================
RCS file: /cvsroot/seq/showeq/src/interface.cpp,v
retrieving revision 1.43
diff -c -r1.43 interface.cpp
*** interface.cpp 3 Oct 2002 16:55:24 -0000 1.43
--- interface.cpp 26 Oct 2002 20:53:21 -0000
***************
*** 102,108 ****
QString tempStr;
QString section = "Interface";

! const char* player_classes[] = {"Warrior", "Cleric", "Ranger", "Paladin",
"Shadow Knight", "Druid", "Monk", "Bard",
"Rogue", "Shaman", "Necromancer", "Wizard", "Magician", "Enchanter", "Beastlord"
--- 102,108 ----
QString tempStr;
QString section = "Interface";

! const char* player_classes[] = {"Warrior", "Cleric", "Paladin", "Ranger",
"Shadow Knight", "Druid", "Monk", "Bard",
"Rogue", "Shaman", "Necromancer", "Wizard", "Magician", "Enchanter", "Beastlord"

---

casey
10-26-2002, 05:34 PM
commited.