src/dedicated.cpp
changeset 6125 a6fff965707c
parent 5584 1111b4d36e35
child 6232 2c26bcc97fca
equal deleted inserted replaced
6124:9f822ae6c086 6125:a6fff965707c
     1 /* $Id$ */
     1 /* $Id$ */
       
     2 
       
     3 /** @file dedicated.cpp */
     2 
     4 
     3 #include "stdafx.h"
     5 #include "stdafx.h"
     4 
     6 
     5 #ifdef ENABLE_NETWORK
     7 #ifdef ENABLE_NETWORK
     6 
     8 
    41 			}
    43 			}
    42 			break;
    44 			break;
    43 		}
    45 		}
    44 
    46 
    45 		default:
    47 		default:
    46 			// We're the parent
    48 			/* We're the parent */
    47 			printf("Loading dedicated server...\n");
    49 			printf("Loading dedicated server...\n");
    48 			printf("  - Forked to background with pid %d\n", pid);
    50 			printf("  - Forked to background with pid %d\n", pid);
    49 			exit(0);
    51 			exit(0);
    50 	}
    52 	}
    51 }
    53 }