- Timestamp:
- Jun 2, 2013, 6:51:21 PM (11 years ago)
- Location:
- Daodan/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Oni_Symbols.h
r876 r879 172 172 // Print message to console ? 173 173 DefFunc(int, COrMessage_Print, ONICALL, (char* Message, char* Key, void* noidea), 0x004304B0); 174 DefFunc(UUtBool, COrCommand_Execute, ONICALL, (char* command), 0x004317D0); 174 175 175 176 DefFunc(void, COrConsole_StatusLine_Display, ONICALL, (), 0x00431E70); … … 196 197 DefFunc(uint16_t, iSetCharacterClass, ONICALL, (sl_callinfo* callinfo, uint32_t numargs, sl_arg args[], int* dontuse1, int* dontuse2, sl_arg* ret), 0x004D99D0); 197 198 DefFunc(uint16_t, AI2iScript_Spawn, ONICALL, (sl_callinfo* callinfo, uint32_t numargs, sl_arg args[], int* dontuse1, int* dontuse2, sl_arg* ret), 0x004B4780); 199 DefFunc(void, AI2rSmite, ONICALL, (Character *inCharacter, UUtBool inSpareCharacter), 0x0048BDA0); 198 200 //NOT USED: DefFunc(void*, OBJrObjectType_GetObject_ByNumber, ONICALL, (int inObjectType, int inIndex), ); 199 201 //NOT USED: DefFunc(int, OBJiObjectGroup_GetNumObjects, ONICALL, (void *inObjectGroup), ); -
Daodan/src/flatline/Flatline.c
r878 r879 588 588 memset( PlayerList, 0, 4 * MAX_PLAYERS ); 589 589 memset( &MultiplayerStatus, 0, sizeof( multiplayer_status )); 590 COrCommand_Execute("chr_draw_all_characters = 1;"); 591 AI2rSmite(NULL, UUcFalse); 590 592 return 1; 591 593 }
Note:
See TracChangeset
for help on using the changeset viewer.