Small fix for most recent commit: Removed an obsolete d_free

This commit is contained in:
zicodxx 2010-02-19 01:00:59 +00:00
parent 19c82e97e3
commit 26a6bf4c59
2 changed files with 1 additions and 3 deletions

View file

@ -3,6 +3,7 @@ D1X-Rebirth Changelog
20100219
--------
main/gauges.c, main/text.c, main/weapon.c: The little light bulb showing homing warning in Cockpit was broken and I replaced it; Rewritten code to show weapon text in Cockpit and Statusbar slightly; Instead of using hardcoded weapon strings, use from descent.txb and fixed too long spreadfire string properly
main/text.c: Small fix for most recent commit: Removed an obsolete d_free
20100214
--------

View file

@ -40,9 +40,6 @@ char *Text_string[N_TEXT_STRINGS];
void free_text()
{
//added on 9/13/98 by adb to free all text
d_free(Text_string[145]);
//end addition - adb
d_free(Text_string[330]);
d_free(text);
}