Mercurial > mm7
diff GUIWindow.h @ 2152:d44b7775fc06
Removed DirectDraw2 compatibility.
3D Sound enabled (change 3DSoundProvider registry entry to activate it).
Moved all forward declarations to mm7_unsorted_subs.h (many cpp files do not need them anyweay).
author | Nomad |
---|---|
date | Thu, 09 Jan 2014 01:37:34 +0200 |
parents | 0db53678ff48 |
children | 1fc4223bddf6 |
line wrap: on
line diff
--- a/GUIWindow.h Wed Jan 08 22:29:11 2014 +0200 +++ b/GUIWindow.h Thu Jan 09 01:37:34 2014 +0200 @@ -509,7 +509,7 @@ void GameUI_CharacterQuickRecord_Draw(GUIWindow *window, Player *player); void GameUI_DrawNPCPopup(void *_this); -void GameUI_InitializeDialogue(Actor *actor, int bPlayerSaysHello); +void GameUI_InitializeDialogue(struct Actor *actor, int bPlayerSaysHello); void GameUI_DrawBranchlessDialogue(); void GameUI_DrawDialogue();