Mercurial > mm7
diff UI/UiGame.cpp @ 2343:5d263539bbec
Moving functions from unsorted_subs.h pt5
author | Grumpy7 |
---|---|
date | Sun, 06 Apr 2014 21:12:24 +0200 |
parents | d6887ee81068 |
children | 4100fb5c4913 |
line wrap: on
line diff
--- a/UI/UiGame.cpp Sun Apr 06 12:57:04 2014 +0200 +++ b/UI/UiGame.cpp Sun Apr 06 21:12:24 2014 +0200 @@ -1,4 +1,5 @@ #define _CRT_SECURE_NO_WARNINGS +#include "..\Events.h" #include "..\mm7_unsorted_subs.h" #include "..\Texture.h" #include "..\MM7.h" @@ -32,6 +33,7 @@ #include "..\BSPModel.h" #include "..\OurMath.h" #include "..\Level/Decoration.h" +#include "..\Chest.h" int uTextureID_GameUI_CharSelectionFrame; // 50C98C @@ -1342,7 +1344,7 @@ //окно(область) ящика------------------------------------------- if ( pCurrentScreen == SCREEN_CHEST ) { - ChestUI_WritePointedObjectStatusString(); + Chest::ChestUI_WritePointedObjectStatusString(); if ( pMouse->uPointingObjectID == 0 ) { if ( uLastPointedObjectID != 0 )