Fixed amb85 - tag mismatch warning on ShowSyncHudMsg

This commit is contained in:
Scott Ehlert 2007-03-13 22:51:12 +00:00
parent d151ee0b58
commit 397479cd77

View File

@ -992,7 +992,7 @@ native CreateHudSyncObj(num=0, ...);
* You must use set_hudmessage, although the channel parameter is * You must use set_hudmessage, although the channel parameter is
* entirely ignored. * entirely ignored.
*/ */
native ShowSyncHudMsg(target, syncObj, const fmt[], ...); native ShowSyncHudMsg(target, syncObj, const fmt[], {Float,Sql,Result,_}:...);
/** /**
* Clears the display on a HudSync Object. This is essentially the same * Clears the display on a HudSync Object. This is essentially the same