]> git.lizzy.rs Git - dragonfireclient.git/commit
Generate debug HUD text with ostringstream instead of snprintf.
authorKahrl <kahrl@gmx.net>
Fri, 31 May 2013 23:49:59 +0000 (01:49 +0200)
committerKahrl <kahrl@gmx.net>
Fri, 31 May 2013 23:50:08 +0000 (01:50 +0200)
commit7721948a2fbd101bc8530e4d3ae7c1552bdf9490
treea69427a4890401e46cb02b8bde640536884b6d6e
parent6b2c46c4316cb5d2d153c13565c894a1ebec085c
Generate debug HUD text with ostringstream instead of snprintf.

This should fix #730.
src/game.cpp