[openjk] 78/130: SG: Replace spaces with tabs
Simon McVittie
smcv at debian.org
Fri Oct 28 11:09:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch debian/master
in repository openjk.
commit 9251b66232df84720a38df3212bbfd3b6c7eba85
Author: bibendovsky <bibendovsky at hotmail.com>
Date: Mon Aug 29 17:08:29 2016 +0300
SG: Replace spaces with tabs
---
code/client/cl_main.cpp | 2 +-
codeJK2/game/Q3_Interface.cpp | 2 +-
codeJK2/icarus/TaskManager.cpp | 2 +-
codeJK2/icarus/interface.h | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/code/client/cl_main.cpp b/code/client/cl_main.cpp
index d8f3891..5031113 100644
--- a/code/client/cl_main.cpp
+++ b/code/client/cl_main.cpp
@@ -1181,7 +1181,7 @@ void CL_InitRef( void ) {
rit.SV_PointContents = SV_PointContents;
- rit.saved_game = &ojk::SavedGame::get_instance();
+ rit.saved_game = &ojk::SavedGame::get_instance();
ret = GetRefAPI( REF_API_VERSION, &rit );
diff --git a/codeJK2/game/Q3_Interface.cpp b/codeJK2/game/Q3_Interface.cpp
index 7a6a73c..2321329 100644
--- a/codeJK2/game/Q3_Interface.cpp
+++ b/codeJK2/game/Q3_Interface.cpp
@@ -9263,7 +9263,7 @@ void Interface_Init( interface_export_t *pe )
//Save / Load functions
pe->I_LinkEntity = ICARUS_LinkEntity;
- pe->saved_game = gi.saved_game;
+ pe->saved_game = gi.saved_game;
gclient_t *client;
client = &level.clients[0];
diff --git a/codeJK2/icarus/TaskManager.cpp b/codeJK2/icarus/TaskManager.cpp
index f20984b..2364146 100644
--- a/codeJK2/icarus/TaskManager.cpp
+++ b/codeJK2/icarus/TaskManager.cpp
@@ -1683,7 +1683,7 @@ int CTaskManager::SaveCommand( CBlock *block )
size);
//Save out the raw data
- const uint8_t* raw_data = static_cast<const uint8_t*>(bm->GetData());
+ const uint8_t* raw_data = static_cast<const uint8_t*>(bm->GetData());
saved_game.write_chunk(
INT_ID('B', 'M', 'E', 'M'),
diff --git a/codeJK2/icarus/interface.h b/codeJK2/icarus/interface.h
index 39cc915..8b83fa0 100644
--- a/codeJK2/icarus/interface.h
+++ b/codeJK2/icarus/interface.h
@@ -85,7 +85,7 @@ typedef struct interface_export_s
int (*I_ReadSaveData)( unsigned int chid, void *address, int length, void **addressptr/* = NULL */);
int (*I_LinkEntity)( int entID, CSequencer *sequencer, CTaskManager *taskManager );
- ojk::ISavedGame* saved_game;
+ ojk::ISavedGame* saved_game;
} interface_export_t;
#endif //__INTERFACE__
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git
More information about the Pkg-games-commits
mailing list