X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fcommand%2Fmarkup.qc;h=95a3b53c54b9950b7b7dc525669c40b583f08895;hb=68d4eeedec5551e8f7b83096f3811d29361a8261;hp=1c80018ba83a7e2e3c615bb718cdf4e20bfea819;hpb=df803373fe80398fd65a1516712ea0338b366740;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/command/markup.qc b/qcsrc/common/command/markup.qc index 1c80018ba..95a3b53c5 100644 --- a/qcsrc/common/command/markup.qc +++ b/qcsrc/common/command/markup.qc @@ -1,3 +1,6 @@ +#include "markup.qh" +#include "command.qh" + // ========================================================= // Markup chat characters command code, reworked by Samual // Last updated: December 28th, 2011 @@ -50,7 +53,6 @@ void GenericCommand_markup_init() markup_from[i] = "&.."; markup_to[i] = "\x9e"; ++i; markup_from[i] = "&.)"; markup_to[i] = "\x9f"; ++i; markup_from[i] = "&<|"; markup_to[i] = "\xff"; ++i; - unused_float = i; } string GenericCommand_markup(string s2)