removed ALE clone from title
This commit is contained in:
parent
28ee9bfd25
commit
9eeed66a1b
2 changed files with 2 additions and 2 deletions
|
@ -504,7 +504,7 @@ foundvisual:
|
|||
classhint.res_class="FreeCraft";
|
||||
|
||||
XSetStandardProperties(TheDisplay,window
|
||||
,"FreeCraft (formerly known as ALE Clone)"
|
||||
,"FreeCraft"
|
||||
,"FreeCraft",None,(char**)0,0,&hints);
|
||||
XSetClassHint(TheDisplay,window,&classhint);
|
||||
XSetWMHints(TheDisplay,window,&wmhints);
|
||||
|
|
|
@ -175,7 +175,7 @@ global void InitVideoSdl(void)
|
|||
|
||||
// Set WindowManager Title
|
||||
|
||||
SDL_WM_SetCaption("FreeCraft (formerly known as ALE Clone)","FreeCraft");
|
||||
SDL_WM_SetCaption("FreeCraft","FreeCraft");
|
||||
} else {
|
||||
if( VideoBpp == 32 && VideoDepth == 24 ) {
|
||||
VideoDepth = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue