Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
fix filetimes issue and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mats. A committed Nov 22, 2018
1 parent 2be85bd commit 7a36057
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.switch
Expand Up @@ -37,7 +37,7 @@ else
APP_TITLE = Xash3D
endif

APP_VERSION = 0.3.0
APP_VERSION = 0.4.0

APP_AUTHOR = FWGS, fgsfds, Mats

Expand Down
2 changes: 2 additions & 0 deletions engine/platform/switch/savetime_switch.c
Expand Up @@ -61,6 +61,8 @@ void SaveTime_Init( void )

void SaveTime_Shutdown( void )
{
if(!filetimes) return;

filetimes_t *current = filetimes;
filetimes_t *next;

Expand Down

0 comments on commit 7a36057

Please sign in to comment.