diff Outdoor.cpp @ 1458:934074e7fcc1

ModalWindow __thiscall and __cdecl removed Some random renames & refactors
author Nomad
date Wed, 21 Aug 2013 14:26:36 +0200
parents 3881d2f94eb1
children 7ef4b64f6329
line wrap: on
line diff
--- a/Outdoor.cpp	Wed Aug 14 00:40:51 2013 +0400
+++ b/Outdoor.cpp	Wed Aug 21 14:26:36 2013 +0200
@@ -3546,7 +3546,7 @@
     pActors[ai_near_actors_ids[i]].uAttributes |= 0x0400;
 }
 //----- (0046BE0A) --------------------------------------------------------
-void __cdecl ODM_UpdateUserInputAndOther()
+void  ODM_UpdateUserInputAndOther()
 {
   bool v0; // eax@5
   char pOut[32]; // [sp+8h] [bp-20h]@5
@@ -3581,7 +3581,7 @@
   check_event_triggers();
 }
 //----- (0041F54A) --------------------------------------------------------
-void __cdecl LoadActualSkyFrame()
+void  LoadActualSkyFrame()
 {
   if ( pTexture_RestUI_CurrentSkyFrame )
     pTexture_RestUI_CurrentSkyFrame->Release();