Raised This Month: $ Target: $400
 0% 

[fakemeta] wrong DLLFunc_ enum


  
 
 
Thread Tools Display Modes
Author Message
karlos
Veteran Member
Join Date: Apr 2004
Location: Germany/Poland
Old 03-23-2006 , 08:05   [fakemeta] wrong DLLFunc_ enum
#1

enum in fakemeta_const.inc is
Code:
enum
{
	DLLFunc_GameInit,	// void)			( void );				
	DLLFunc_Spawn,	// int )				( edict_t *pent );
	DLLFunc_Think,	// void )				( edict_t *pent );
	DLLFunc_Use,	// void )				( edict_t *pentUsed, edict_t *pentOther );
	DLLFunc_Touch,	// void )				( edict_t *pentTouched, edict_t *pentOther );
	DLLFunc_Blocked,	// void )			( edict_t *pentBlocked, edict_t *pentOther );
	DLLFunc_KeyValue,
but should be
Code:
enum
{
	DLLFunc_GameInit,	// void)			( void );				
	DLLFunc_Spawn,	// int )				( edict_t *pent );
	DLLFunc_Think,	// void )				( edict_t *pent );
	DLLFunc_Use,	// void )				( edict_t *pentUsed, edict_t *pentOther );
	DLLFunc_KeyValue,	// void )			( edict_t *pentKeyvalue, KeyValueData *pkvd );
	DLLFunc_Touch,	// void )				( edict_t *pentTouched, edict_t *pentOther );
	DLLFunc_Blocked,	// void )			( edict_t *pentBlocked, edict_t *pentOther );
DLLFunc_KeyValue has wrong position
__________________
alias White Panther
karlos is offline
BAILOPAN
Join Date: Jan 2004
Old 03-23-2006 , 08:51  
#2

Not quite sure why you came to that conclusion. It's in position 7 in the module and in the include. With yours, it wouldn't match at all.

not only that you'd break every single thing after it.
__________________
egg
BAILOPAN is offline
karlos
Veteran Member
Join Date: Apr 2004
Location: Germany/Poland
Old 03-23-2006 , 09:43  
#3

seems to be my bad and i did somethin wrong

i just god confused about seeing it in cvs a bid different than in inc
__________________
alias White Panther
karlos is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:23.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode