mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
OK, baut wieder
This commit is contained in:
parent
a14f184058
commit
26d79b1eba
2 changed files with 3 additions and 2 deletions
1
Makefile
1
Makefile
|
@ -239,6 +239,7 @@ POSIX_OBJS = \
|
|||
build/posix/system.o \
|
||||
build/posix/glob/glob.o \
|
||||
build/posix/vid/menu.o \
|
||||
build/posix/vid/refresh.o
|
||||
|
||||
# ----------
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
#include "../posix/refresh/glwindow.h"
|
||||
|
||||
#include "../client/input/keys.h"
|
||||
#include "../posix.h"
|
||||
#include "../posix/posix.h"
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
|
@ -317,7 +317,7 @@ int GLimp_Init( void *hInstance, void *wndProc )
|
|||
|
||||
static void SetSDLIcon()
|
||||
{
|
||||
#include "../refresh/q2icon.xbm"
|
||||
#include "../posix/refresh/q2icon.xbm"
|
||||
SDL_Surface *icon;
|
||||
SDL_Color color;
|
||||
Uint8 *ptr;
|
||||
|
|
Loading…
Reference in a new issue