Searched refs:_pcName (Results 1 – 1 of 1) sorted by relevance
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/game/ |
H A D | Spells.cpp | 778 if (!strcmp(_pcName, "aam")) strcpy(_pcRes, "6666"); in ARX_SPELLS_RequestSymbolDraw3() 784 else if (!strcmp(_pcName, "kaom")) strcpy(_pcRes, "44122366"); in ARX_SPELLS_RequestSymbolDraw3() 785 else if (!strcmp(_pcName, "mega")) strcpy(_pcRes, "88888"); in ARX_SPELLS_RequestSymbolDraw3() 786 else if (!strcmp(_pcName, "morte")) strcpy(_pcRes, "66666222"); in ARX_SPELLS_RequestSymbolDraw3() 788 else if (!strcmp(_pcName, "nhi")) strcpy(_pcRes, "4444"); in ARX_SPELLS_RequestSymbolDraw3() 789 else if (!strcmp(_pcName, "rhaa")) strcpy(_pcRes, "22222"); in ARX_SPELLS_RequestSymbolDraw3() 792 else if (!strcmp(_pcName, "taar")) strcpy(_pcRes, "666222666"); in ARX_SPELLS_RequestSymbolDraw3() 794 else if (!strcmp(_pcName, "tera")) strcpy(_pcRes, "99922266"); in ARX_SPELLS_RequestSymbolDraw3() 795 else if (!strcmp(_pcName, "vista")) strcpy(_pcRes, "333111"); in ARX_SPELLS_RequestSymbolDraw3() 2616 static void ARX_SPEELS_GetMaxRect(const char *_pcName) in ARX_SPEELS_GetMaxRect() argument [all …]
|