aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sky/sky.cpp')
-rw-r--r--sky/sky.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp
index 35ec77a9c0..90927ebcd1 100644
--- a/sky/sky.cpp
+++ b/sky/sky.cpp
@@ -278,7 +278,7 @@ void **SkyState::fetchItem(uint32 num) {
void SkyState::timerHandler(void *ptr) {
- ((SkyState*)ptr)->gotTimerTick();
+ ((SkyState *)ptr)->gotTimerTick();
}
void SkyState::gotTimerTick(void) {