Make printf a bit easier to grep and console output more obvious.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4687 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
mbjornstk 2010-02-11 20:55:33 +00:00
parent 787a2839dd
commit 5649c3affd

View File

@ -78,7 +78,7 @@ void Item::switchBack()
{
// FIXME: debug only - printf to be able to set a breakpoint.
if(m_original_type==ITEM_NONE)
printf("XX");
printf("XX item none inside switchBack\n");
assert(m_original_type!=ITEM_NONE);
setType(m_original_type);
m_original_type = ITEM_NONE;