Removed semi colon pragma

This commit is contained in:
Steve Dudenhoeffer 2007-08-10 03:41:59 +00:00
parent 0b581b1506
commit 62c41fbd03

View File

@ -135,8 +135,6 @@
#endif
// Hardcore
#pragma semicolon 1
/****** DEBUGGING / LOGING FUNCTIONS ******/
enum xs_logtypes
{
@ -1246,4 +1244,3 @@
return 1;
}
#pragma semicolon 0