Fixed Makefile

Fixed a few forwards not having FP_DONE at the end (doh!)
This commit is contained in:
Steve Dudenhoeffer
2007-05-16 15:24:14 +00:00
parent cd023c30d9
commit 4504875df9
6 changed files with 11 additions and 37 deletions

View File

@@ -970,6 +970,7 @@ float Hook_Float_Void(Hook *hook, void *pthis)
origret=reinterpret_cast<float (*)(void*)>(hook->func)(pthis);
#endif
fflush(stdout);
POST_START()
POST_END()