mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-30 13:39:44 +01:00
Removed a dumb word I used in a comment
Yikes. Somebody brought this to my attention, I didn't even remember that I'd written it. "Spa" or "Spastic" is kind of a south park esque slang term that used to be pretty common in Ireland, which I used without even thinking about it. It's definitely not something I would say anymore, 10 years on, and it's something I shouldn't have said at the time either. I'm sorry :( (somebody on twitter was asking me about how much cleaning up of the source code I did before launching this. I think this commit kinda answers that)
This commit is contained in:
parent
4e952450d5
commit
b0ffdf0153
2 changed files with 2 additions and 2 deletions
|
@ -1839,7 +1839,7 @@ void entityclass::createentity( Game& game, float xp, float yp, int t, float vx
|
|||
|
||||
entities[k].gravity = true;
|
||||
break;
|
||||
case 1: //Simple enemy, bouncing about like a spastic
|
||||
case 1: //Simple enemy, bouncing off the walls
|
||||
entities[k].rule = 1;
|
||||
entities[k].xp = xp;
|
||||
entities[k].yp = yp;
|
||||
|
|
|
@ -1276,7 +1276,7 @@
|
|||
|
||||
entities[k].gravity = true;
|
||||
break;
|
||||
case 1: //Simple enemy, bouncing about like a spastic
|
||||
case 1: //Simple enemy, bouncing off the walls
|
||||
entities[k].rule = 1;
|
||||
entities[k].xp = xp; entities[k].yp = yp;
|
||||
entities[k].behave = vx; entities[k].para = vy;
|
||||
|
|
Loading…
Reference in a new issue