From: Rudolf Polzer Date: Sat, 22 Dec 2012 19:43:00 +0000 (+0100) Subject: Revert "work around tiny gmqcc bug ;)" because blub fixed it :) X-Git-Tag: xonotic-v0.7.0~162 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2141af5d6c51b3f5d9521daedfe1ac47355943e7;p=xonotic%2Fxonotic-data.pk3dir.git Revert "work around tiny gmqcc bug ;)" because blub fixed it :) This reverts commit 05fa2f0d2b21e4fb4c6c092d1409bfc101c4e017. --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 92bf2f3a6..dc615afb6 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -2481,7 +2481,7 @@ void MapVote_SendPicture(float id) WriteByte(MSG_ONE, SVC_TEMPENTITY); WriteByte(MSG_ONE, TE_CSQC_PICTURE); WriteByte(MSG_ONE, id); - WritePicture(MSG_ONE, strcat(mapvote_screenshot_dirs[mapvote_maps_screenshot_dir[id] ], "/", mapvote_maps[id]), 3072); + WritePicture(MSG_ONE, strcat(mapvote_screenshot_dirs[mapvote_maps_screenshot_dir[id]], "/", mapvote_maps[id]), 3072); } float MapVote_GetMapMask()