chiark / gitweb /
Fix segfault in Loopy printing, introduced when I added the dynamic
authorSimon Tatham <anakin@pobox.com>
Wed, 11 May 2011 18:11:28 +0000 (18:11 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 11 May 2011 18:11:28 +0000 (18:11 +0000)
commit004ef734801aa3b0bb3e1a73aad0e59ac12d9514
treec49b56a9b36722368b1e30d24730b2b309c5809d
parentbd539ae8707422d82955a4838585e17fd01c6975
Fix segfault in Loopy printing, introduced when I added the dynamic
arrays 'textx' and 'texty' to the game_drawstate but failed to
initialise them in the temporary drawstate used by game_print().
Thanks to Arun Giridhar for spotting this.

[originally from svn r9173]
loopy.c